mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-12 15:39:00 +08:00
d4b55c4ceb
PUBLISHED_FROM=f97569ae2f31ab94ce4875eae4d0a198f719c388
605 B
605 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_check_digest_auth() | mg_check_digest_auth | func | int mg_check_digest_auth(struct mg_str method, struct mg_str uri, struct mg_str username, struct mg_str cnonce, struct mg_str response, struct mg_str qop, struct mg_str nc, struct mg_str nonce, struct mg_str auth_domain, FILE *fp); |
Authenticates given response params against an opened password file. Returns 1 if authenticated, 0 otherwise.
It's used by mg_http_check_digest_auth().