Didn’t find any good documentation on how to do user authentication and token management with dgraph
Dgraph itself doesn’t have Auth. It has ACL. What has Auth is the GraphQL API.
see:
https://dgraph.io/docs/graphql/authorization/directive/#authorization-rules
https://dgraph.io/docs/slash-graphql/slash-quick-start/#auth
https://dgraph.io/docs/slash-graphql/advanced-queries/#authentication
https://dgraph.io/docs/graphql/todo-app-tutorial/todo-ui/#auth0-integration