#graphql
Read more stories on Hashnode
Articles with this tag
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...
The goal is to create a backend that allows us to: Signup and login Create and manage posts through a GraphQL API Enable everyone (also...