Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Digest auth method #394

Open
wangyongxiao opened this issue Jan 30, 2024 · 1 comment
Open

Support for Digest auth method #394

wangyongxiao opened this issue Jan 30, 2024 · 1 comment
Labels
A-httpauth Project: actix-web-httpauth C-feature Category: new functionality good first issue Good for newcomers

Comments

@wangyongxiao
Copy link

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 robjtede transferred this issue from actix/actix-web Jan 30, 2024
@robjtede robjtede added A-httpauth Project: actix-web-httpauth C-feature Category: new functionality labels Jan 30, 2024
@robjtede
Copy link
Member

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

@robjtede robjtede added the good first issue Good for newcomers label Jan 30, 2024
@robjtede robjtede changed the title is there have middleware can do Digest Auth in actix-web Support for Digest auth method Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-httpauth Project: actix-web-httpauth C-feature Category: new functionality good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants