Expand description
Environment helpers for RustAuth core.
Modules§
Functions§
- allows_
development_ defaults - Whether development-oriented security defaults are explicitly allowed.
- env_var
- Reads
RUSTAUTH_{suffix}from the process environment. - is_
production - Returns true when RustAuth is running in a production environment.
- is_
production_ posture - Whether security-sensitive defaults should assume a production deployment.