Closed tucosaurus closed 5 years ago
Why was this change necessary?
Token scheme currently used is not the HTTP auth standard https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#Authentication_schemes
Token
How does it address the problem?
Are there any side effects?
Yes. Clients for the new projects would now have to authenticate using the Bearer scheme instead of the token one.
Token
scheme currently used is not the HTTP auth standard https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#Authentication_schemesYes. Clients for the new projects would now have to authenticate using the Bearer scheme instead of the token one.