Skip to main content

Module auth

Module auth 

Source
Expand description

RFC 7617 (Basic) and RFC 7616 (Digest) Authentication.

Functionsยง

basic_auth
Generate Basic Auth header value (RFC 7617).
digest_auth
Generate Digest Auth header value (RFC 7616).
parse_basic_auth
Parse a Basic Auth header value.
parse_digest_challenge
Parse WWW-Authenticate Digest challenge.