Notes on Node.js related authentication and JSON Web Token (JWT)
Minor update: 29 Sep. 2024
Note: This post is a details-post for the post: Learning web app development through free online tutorials – Organized Notes and Log, https://raviswdev.blogspot.com/2024/03/learning-web-app-development-through.html . Also see JWT section in above post under Node.js and Express.js.
Web Dev Simplified videos (Kyle)
- Build Node.js User Authentication - Password Login, 13 min. 30 secs.
- What Is JWT and Why Should You Use JWT, , 14 min. 52 secs.
- JWT Authentication Tutorial - Node.js, 27 min. 35 secs.
JWT authentication: Best practices and when to use it, https://blog.logrocket.com/jwt-authentication-best-practices
What to Do if Someone Steals Your JSON Web Token?, https://www.loginradius.com/blog/identity/json-web-token-stolen/
What if JWT is stolen?, https://stackoverflow.com/questions/34259248/what-if-jwt-is-stolen
Where to store JWT in browser? How to protect against CSRF?, https://stackoverflow.com/questions/27067251/where-to-store-jwt-in-browser-how-to-protect-against-csrf
Comments
Post a Comment