Session

Fetch the current authenticated session.

GET/auth/session

Resolve the current authenticated session from the signed cookie.

Returns the current user and session when a valid signed cookie is present.

This is the easiest endpoint to call when the frontend needs to bootstrap auth state after a page load.