Back homeAuth foundation
Sign in
Use the verified account boundary from the API.
Login stays intentionally plain for now. The important part is that the web app stores the session token and can call the protected `/auth/me` route afterward.
What this proves
The web app now consumes typed auth responses rather than inventing a parallel contract. That reduces drift before more protected product screens exist.
Sign in
Use the verified account flow from the Nest auth module.
Need an account? Create one
Forgot your password? Reset it