Handling Authentication in GraphQL with JWT and Auth0
JSON Web Token (JWT) is a signed, URL-safe token that stores and encrypts information about a user in a JSON object. This form of authentication is growing in popularity and is widely used for handling a user's session in an application.
What makes a...
stepzen.hashnode.dev6 min read