Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleman committed Nov 20, 2023
1 parent 9fb749e commit dee2609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauthenticator/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ def build_userdata_request_headers(self, access_token, token_type):
Called by the :meth:`oauthenticator.OAuthenticator.token_to_user`
"""

# token_type is case-sensitive, but the headers are
# token_type is case-insensitive, but the headers are case-sensitive
if token_type.lower() == "bearer":
auth_token_type = "Bearer"
else:
Expand Down

0 comments on commit dee2609

Please sign in to comment.