🔐
Auth & Sessions
Mock login, protected pages, logout, and session-expiry redirects.
Easy
Login
A mock login form with a fixed test user — practice a real form-submit-and-redirect flow.
id
Easy
Logout
Clears the session cookie and redirects — confirm the dashboard becomes unreachable again afterward.
id
Medium
Protected Dashboard
Only reachable while logged in — visit it signed-out and you get redirected back to login.
css