actix / actix-extras

A collection of additional crates supporting the actix and actix-web frameworks.
https://actix.rs
Apache License 2.0
762 stars 192 forks source link

Support for Digest auth method #394

Open wangyongxiao opened 7 months ago

wangyongxiao commented 7 months ago

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==”

robjtede commented 7 months ago

If this is not possible with first-party tools, I'd consider this a feature request for actix-web-httpauth.