Skip to main content

Module admin_auth

Module admin_auth 

Source
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.