I have been working on a standalone auth library which
- works with Dgraph out of the box with sensible defaults.
- provides a jwks endpoint for dgraph to verify the token generated by the auth library
- starter template for graphql schema with auth directives prefilled to start off without reinventing the wheel.
Looking for suggestions ,comments.