Integrating JSON Web Tokens

Published: 25 June 2022
on channel: CS Student Strategies
59
1

In this video we add JWTs to our project. JWTs will allow our users to only have to enter their credentials 1 time then they will be given a token. They can use this token as authentication for all subsequent requests to our application. If you are not familiar with JWTs then check the link below to find out more.

Github
https://github.com/fclassvisions/cred...

What Are JSON Web Tokens
https://jwt.io/introduction

Package Documentation
Express Docs
https://www.npmjs.com/package/express

MySQL 2 Docs
https://www.npmjs.com/package/mysql2

Argon 2 Docs
https://www.npmjs.com/package/argon2

DotEnv Docs
https://www.npmjs.com/package/dotenv

Cors Docs
https://www.npmjs.com/package/cors

Best Algorithm For User Creds Storage
https://infosecscout.com/best-algorit...