vania_auth library
Classes
- Auth
- Authenticate
-
Framework-integrated auth middleware. Attach to any route via
Router.get(...).middleware([Authenticate()]). Extends core'sMiddlewareso 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