vania_auth library

Classes

Auth
Authenticate
Framework-integrated auth middleware. Attach to any route via Router.get(...).middleware([Authenticate()]). Extends core's Middleware so it plugs into the same pre-middleware chain as CSRF/throttling.
AuthGuardConfig
AuthServiceProvider
AuthState
Gate
JwtService
ModelPersonalAccessTokenStore
ModelUserProvider
PasswordHasher
Password hashing for vania_auth.
PersonalAccessTokenStore
RedirectIfAuthenticated
Framework-integrated middleware for auth-guest routes (login/register). When the incoming request already has an authenticated session, the user is redirected to path instead of being allowed onto the guest page.
TokenHasher
TokenStoreColumns
UserProvider

Exceptions / Errors

JwtAuthException