Category backend

Authentication & Authorization

Definitions Authentication (AuthN) Authentication (AuthZ) Session In the early days of the web, every time you clicked a button, the server “forgot” who you were. To fix this, we needed a way for the server t oremember you without making…

GraphQL

What’s the problem with REST? What is GraphQL? Steps to work with GraphQL Schema Schema is used to define the shape of data. It also defines the queries that we can run against this data and also to define mutation…