Configurable token scheme?
Opened this issue · 0 comments
zacharynevin commented
Hello,
Currently I have my JWT tokens configured like this JWT ${authToken}
(from this: https://github.com/themikenicholson/passport-jwt). Is there any way to use this scheme and not the Bearer ${authToken}
scheme.