Reputation: 3092
Is it possible to use http 1.1 digest access authentication instead of basic access authentication when restricting access to a website with nginx?
I mean this in a similar fashion as on the nginx guide.
Upvotes: 2
Views: 5702
Reputation: 2776
You can use the ngx_http_auth_digest module.
That module is not standard yet so you'd have to install it.
Upvotes: 1