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.