Auth typedef
Auth = AuthSession
Alias for AuthSession.
This allows concise usage at call sites: Auth.user(request), Auth.check(request).
Implementation
typedef Auth = AuthSession;
Alias for AuthSession.
This allows concise usage at call sites: Auth.user(request), Auth.check(request).
typedef Auth = AuthSession;