JWT best practices for max security

Subscribers:
4,850
Published on ● Video Link: https://www.youtube.com/watch?v=FPTq_Qkc6Es



Duration: 4:50
4,978 views
102


Support my work https://www.patreon.com/pawelspychalski
Here are a few tips on how to make your JWT tokens more secure. JWT by itself is secure out of the box, but our authentication and authorization policy can benefit if you do the following:

How to revoke a JWT token: https://youtu.be/jzB4TfmOZyw

0:00 Let's increase the JWT security level
0:21 Why JWT is safe?
0:46 Keep the issuer of the token private key safe
1:03 Do not put any secrets into the JWT token
1:45 Keep the lifetime of the access and refresh token short
2:51 Not-Before policy
3:22 Use scopes!
4:24 More about JWT tokens

#quadmeup #youtube

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/







Tags:
jwt authentication
token based authentication
jwt token
json web tokens
jwt
secure
security