Module static_web_server::basic_auth
source · Expand description
Basic HTTP Authorization Schema module.
Functions
- Check for a
BasicHTTP Authorization Schema of an incoming request and usesbcryptfor password hashing verification.
Basic HTTP Authorization Schema module.
Basic HTTP Authorization Schema of an incoming request
and uses bcrypt for password hashing verification.