How to verify a JWT token in JavaScript and Node.js?

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



Category:
Tutorial
Duration: 8:46
5,674 views
65


If you would like to know how to verify and validate a JWT token with JavaScript and Node.js, this video tutorial is for you! I will show you how to:
- create a mock of JWT and JWK with https://www.scottbrady91.com/tools/jwt
- setup NPM dependencies
- decode a JWT token
- check the Issuer claim
- verify the token's date and signature by comparing with token's issuer public key

What are JWT tokens and how to use them: https://www.youtube.com/watch?v=9nBu5qtVxMM

Code example on GitHub https://github.com/ps-after-hours/js-jwt-verification

#quadmeup

If you want to support me:
✅ Patreon https://www.patreon.com/pawelspychalski
✅ Banggood affiliate http://bit.ly/2P8oAxr
✅ Paypal https://paypal.me/pawelspychalski
✅ My website https://quadmeup.com/







Tags:
json web token
jwt authentication
jwt tutorial
jwt authentication node js
jwt node js
jwt token
json web token authentication
json web token node js
jwt auth node js
jwt authentication node js tutorial
jwt auth tutorial
json web token tutorial