Auth
Table of Contents
Classes
- AbstractProtectedRoutable
- Represents a target object for a request route that requires authorization.
- Authorize
- Use to indicate that a route should only be accessed by an authorized user.
- ProtectedRoutableResolver
- Returns either the given Routable or false when the user is not authenticated.
- User
- Represents an authenticated user.