Expand description
Admin UI authentication
This module provides authentication for admin UI endpoints. Passwords are stored as salted SHA-256 hashes rather than plain text.
Functionsยง
- check_
admin_ auth - Check if admin authentication is required and valid.
- hash_
admin_ password - Hash a password with SHA-256 and a fixed salt.