The login example is presented as an auth/session example, but its dashboard page declares guard public. Please either make the dashboard use the idiomatic protected guard flow, or explicitly document that this example only demonstrates action/API/session plumbing and link readers to the auth-guard example for protected pages.
The login example is presented as an auth/session example, but its dashboard page declares
guard public. Please either make the dashboard use the idiomatic protected guard flow, or explicitly document that this example only demonstrates action/API/session plumbing and link readers to the auth-guard example for protected pages.