Menu

Post image 1
Post image 2
1 / 2
0

Password Auth in Express with Typescript & JWT

DEV Community: express·NHero·3 days ago
#tfzFbqo2
#dev#user#const#fullscreen#token#article
Reading 0:00
15s threshold

⚡ Quick Architecture Cheat Sheet (For Fast Revision) If you are using this post to refresh your memory, here is the core token blueprint: Token Type Stored In Lifetime (Recommended) Primary Purpose Access Token HTTP-Only Cookie / Auth Header 15 Minutes Authenticating short-lived protected route requests Refresh Token Database & HTTP-Only Cookie 7 to 10 Days Requesting a brand new Access Token when it expires The Token Lifecycle Flow [Client] -------------- 1. Send Login Credentials ---------------> [Backend] [Client] <-------- 2. Set Access & Refresh Cookies --------------- [Backend] (Saves Refresh Token to DB) [Client] -------- 3.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More