Niccolò
Niccolò

Reputation: 3092

Digest access authentication on nginx

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

Answers (1)

Javier
Javier

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

Related Questions