What is JWT? The JSON Web Token introduction
Support my work https://www.patreon.com/pawelspychalski
JSON Web Tokens, or JWT, are a great and modern way to handle User identity, authentication, and authorizations. All modern user management systems like Keycloak, AWS Cognito, or Auth0 are issuing JWT tokens! And remember, with microservices, session-based authentication and authorization is a no-go.
#quadmeup #jwt #programming
How to validate a JWT token https://www.youtube.com/watch?v=Dr4Ae61KGsM
0:00 Session based Authentication
0:44 Why session does not work well with microservices
1:24 JSON Web Tokens aka JWT to the rescue
1:48 The JWT typical setup
3:19 Is JWT secure?
4:23 How to check if JWT is valid?
5:10 JWT in a nutshell
6:37 Outro
If you want to support me:
✅ Patreon https://www.patreon.com/pawelspychalski
✅ Banggood affiliate http://bit.ly/2P8oAxr
✅ Paypal https://paypal.me/pawelspychalski
▶ Discord server https://quadmeup.com/discord
▶ My website https://quadmeup.com/