Authorization in GraphQL
Authentication is figuring out who the user is. Authorization is figuring out what the user is allowed to do. For this article I'll be focusing on the latter. Authenticate Before we can focus on authorization, we do need to be authenticated. So witho...
Apr 5, 20204 min read83
