starlette: Allow to provide access token in authorization header
Merged
requested to merge anlambert/swh-auth:starlette-allow-access-token-in-authorization-header into master
Compare changes
Files
2+ 25
− 12
@@ -8,6 +8,7 @@ import hashlib
@@ -85,24 +86,36 @@ class BearerTokenAuthBackend(AuthenticationBackend):