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 was archived by the owner on Feb 14, 2018. It is now read-only.
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.
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 theBearer ${authToken}scheme.