Tarsier LabsTarsier Labs
🐡
Home
Categories
Tags
Bookmarks
About
Back to tags

Edge Runtime

0 articles

Full-Stack Authentication System β€” API JWT Dual Secret + Flutter AuthNotifier + admin-next Edge Middleware + Cookie Guard

Full-Stack Authentication System β€” API JWT Dual Secret + Flutter AuthNotifier + admin-next Edge Middleware + Cookie Guard

Tracking the complete lifecycle of authentication tokens across three platforms: API issuance and verification (Passport JWT + Dual Secret Strategy) β†’ Flutter secure storage and state machine refresh β†’ admin-next Edge Middleware Cookie route guard and HTTP interceptor automatic refresh

00
Management Backend
Middleware JWT Route Guard β€” Authentication Defense Line Under Edge Runtime

Middleware JWT Route Guard β€” Authentication Defense Line Under Edge Runtime

The admin backend implements route-level JWT authentication guard via Middleware under Edge Runtime, performing server-side verification before requests reach the page, forming the first barrier of a two-layer security defense.

20
Management Backend