Frontend: user login UI and session management #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.