Oauth2: Possibility to customise how the token is passed to the underlying API #1002
ivanahuckova
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the fork of oauth2 library it would be possible to customise how the token is passed to the underlying API. Instead of standard header Authorization: Bearer xxxx, we can send tokens in formats such as Token: xxxx or Token: Custom-xxxx.
Beta Was this translation helpful? Give feedback.
All reactions