archery/core/auth/auth_session library

Classes

AuthSession
Authenticated session record.
GuestSession
Middleware guard for routes intended only for guests (unauthenticated users).
Session
Guest session record used for unauthenticated visitors.

Extensions

PasswordHashing on Auth

Functions

authRoutes(Router router) → void
Registers Archery's built-in authentication routes onto the provided router.

Typedefs

Auth = AuthSession
Alias for AuthSession.
Guest = GuestSession
Alias for GuestSession.