mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
3681823fcf
When using @http_auth_required, the WWW-Authenticate header is included,
but when using @auth_required('basic'), it is not. This change includes
that header in every @auth_required call that contains the 'basic'
method.