miguelgrinberg / Flask-HTTPAuth

Simple extension that provides Basic, Digest and Token HTTP authentication for Flask routes
MIT License
1.27k stars 228 forks source link

Is there any plan to support 'qop' option? #147

Closed ztpaul closed 2 years ago

ztpaul commented 2 years ago

Hi there,

I need support 'qop=auth' in my app, because 'qop' option is required. So I want to know if you have any plan about that.

Thanks.

miguelgrinberg commented 2 years ago

I don't have any plans to change or improve digest auth myself, because very few people use it these days. You are welcome to submit a PR with the qop support if you'd like it to be included.

ztpaul commented 2 years ago

OK, I could have a try.

ztpaul commented 2 years ago

Hi, I just submitted a PR that supporting qop=auth, please help to check.

Thanks.

lafrech commented 2 years ago

I think this was achieved (see #148).

miguelgrinberg commented 2 years ago

Correct. This issue needs to be closed.