Auth
Table of Contents
Classes
- BasicAuth
- Defines an Auth class that allows for Basic authentication against the pfSense local user database.
- JWTAuth
- Defines an Auth class that allows for JWT authentication against the pfSense REST API.
- KeyAuth
- Defines an Auth class that allows for API key authentication against the pfSense REST API. Key auth is better
suited to distribute to systems as they are revocable and will only allow API authentication; not webConfigurator
or SSH authentication (like the local database credentials).