Indu-Chandana / Auth-GraphQL

USer Authentication using Apollo Server, GraphQL, JWT, and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Create a User type in our GraphQL (with username, email, etc)
  • Create registerUser and loginUser mutations (with JWT creation during register and login)
  • Store users in a MongoDB database (with encrypted passwords)
  • create a function for frontend to verify JWTs

About

USer Authentication using Apollo Server, GraphQL, JWT, and MongoDB


Languages

Language:JavaScript 100.0%