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 May 24, 2023. It is now read-only.
Perhaps we can default AuthScheme to "Bearer" if AuthScheme == "" && TokenLookup == defaultTokenLookup.
Please let me know what you think about this. I would be happy to make a PR.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to do something similar to #103, extract a JWT from a custom header field.
I believe currently, it's impossible to achieve this, because an empty
AuthScheme
value gets interpreted as default and set to "Bearer":Perhaps we can default
AuthScheme
to "Bearer" ifAuthScheme == "" && TokenLookup == defaultTokenLookup
.Please let me know what you think about this. I would be happy to make a PR.
The text was updated successfully, but these errors were encountered: