Login alias
The /login route provides a stable entry point that leads into the canonical sign-in experience.
Route and purpose
Route: /login
This page provides a stable entry point that leads into the canonical sign-in experience. Dynamic segments in square brackets are replaced with the requested resource's slug or identifier.
Access and identity
- The route has a public presentation, but any account-specific action still authenticates on the server.
- Signed-in state may personalize actions without exposing private account data in public output.
Page behavior
- Resolve the route and any dynamic parameter.
- Load public data or establish the authenticated application session.
- Render an explicit loading, empty, success, or error state.
- Submit mutations only through the page's protected action.
- Refresh the relevant server state after a successful change.