Authenticating GraphQL APIs with OAuth 2.0
There are many different ways to handle authentication in GraphQL, but one of the most common is to use OAuth 2.0 - and, more specifically, JSON Web Tokens (JWT) or Client Credentials.
In this blog post, we'll look at how to use OAuth 2.0 to authenti...
stepzen.hashnode.dev9 min read