You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
RFC 6750 defines response headers for various cases. In the section 3 it states:
If the protected resource request does not include authentication
credentials or does not contain an access token that enables access
to the protected resource, the resource server MUST include the HTTP
"WWW-Authenticate" response header field; it MAY include it in
response to other conditions as well. The "WWW-Authenticate" header
field uses the framework defined by HTTP/1.1 [RFC2617].
So we need to add this header in order to make the library more compliant with the standard.
The text was updated successfully, but these errors were encountered:
RFC 6750 defines response headers for various cases. In the section 3 it states:
So we need to add this header in order to make the library more compliant with the standard.
The text was updated successfully, but these errors were encountered: