auth0-blog / relay-auth

Code sample of the Auth0 Relay tutorial
MIT License
31 stars 1 forks source link

Authentication using only GraphQL #1

Open sibelius opened 8 years ago

sibelius commented 8 years ago

Based on this article - https://medium.com/the-graphqlhub/graphql-and-authentication-b73aed34bbeb#.cpmrcqcyt by @clayallsopp

  1. All users can make GraphQL queries and authentication happens via GraphQL itself

How can I do the authentication using only GraphQL?

ssomnoremac commented 8 years ago

I was having a hard time understanding this myself but here is where I am currently