reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

Authorization 🆚 Authentication

In simple terms, authentication is the process of verifying who a user is, while authorization is the process of verifying what they have access to. > Authorization vs Authentication


What header(s) are used in authentication and authorization❓ 📁


What is safe to put into a JWT❓📁


How are JWTs validated❓📁