actix/actix-extras

Support for Digest auth method

Open

#394 opened on Jan 30, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (227 forks)auto 404
A-httpauthC-featuregood first issue

Repository metrics

Stars
 (889 stars)
PR merge metrics
 (PR metrics pending)

Description

is there have middleware can do Digest Auth in actix-web

actix_web_httpauth can only support Bearer and Basic

so how can support Digest Auth like

“WWW-Authenticate","Digest realm="test", qop="auth", nonce="MTcwMjUzOTAwMjAwMDplYmVmYjAwNzdkM2ZjMzU3MzRmNmZhZTUwOTBjOTM1Ng==”

Contributor guide