Frontend: user login UI and session management #10

Open
opened 2026-05-04 22:38:24 +10:00 by unkinben · 0 comments
Owner

The current frontend auto-logs in as the guest account. Add a proper login page (email + password form) that hits /api/v1/auth/token, stores the JWT in sessionStorage, and redirects to home. Add a logout button in the NavBar. Handle 401 responses with a redirect back to the login page. Prerequisite for watchlist/history features.

The current frontend auto-logs in as the guest account. Add a proper login page (email + password form) that hits /api/v1/auth/token, stores the JWT in sessionStorage, and redirects to home. Add a logout button in the NavBar. Handle 401 responses with a redirect back to the login page. Prerequisite for watchlist/history features.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/streamstack#10