Главная
Study mode:
on
1
Intro
2
Welcome
3
Refresh Token Rotation Explained
4
Multiple Device / Login Support
5
Refresh Token Reuse Detection
6
Refresh Controller
7
Logout Controller
8
Auth Controller
9
Verify logout deletes refresh token
10
Delete an old token at login
11
Identify an expired refresh token
12
Confirm refresh token reuse detection
13
Check multi device / login support
14
Last Minute Addition: An important scenario
Description:
Learn how to implement refresh token rotation and reuse detection in Node.js JWT authentication. Explore techniques for enhancing security in REST APIs, including support for multiple logins and devices. Dive into the implementation of refresh and logout controllers, verify token deletion, handle expired tokens, and confirm reuse detection. Gain insights into securing web applications and understand important scenarios for robust authentication systems.

Refresh Token Rotation and Reuse Detection in Node.js JWT Authentication

Dave Gray
Add to list