Access
Interfaces, Classes and Traits
- Client
- Validates that access was performed by specified user or any user that can impersonate as this user.
- Cors
- Adds cross-origin resource sharing headers as configured server-wide.
- Csrf
- Validates that request has proper forgery protection token.
- Domain
- Validates that access was performed by user that has access to the specified domain.
- Session
- Returns HTTP 401 if no session is defined by other means like BasicAuth, or KeyHeaderAuth.
- UserRole
- Validates that access was performed by user with the specified role.