Skip to content

Examples of authentication and authorization with GraphQL

Notifications You must be signed in to change notification settings

kkemple/graphql-auth-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Auth Examples

This is a repo of authentication and authorization examples in GraphQL.

Current Frameworks:

Getting Started

Pick the framework you want to run and cd into that example. Run:

yarn install
npm run build
npm run start

Both projects expose a GraphQL endpoint at /graphql. You can test authentication and authorization by using any of the three users created when the app starts: guest|user|admin. You can then verify that authentication and authorization works propery by querying the API with a tool like GraphiQL desktop app.

About

Examples of authentication and authorization with GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages