We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If consumers follow JWT standards, Warthog should make things really easy. For instance:
authorization
Bearer <token>
id
Then we should be able to:
token
context
JWTRequired
The text was updated successfully, but these errors were encountered:
You could go one step further and support OpenID Connect tokens.
Sorry, something went wrong.
Good suggestion. Have you set this up in Node before?
No branches or pull requests
If consumers follow JWT standards, Warthog should make things really easy. For instance:
authorization
headerBearer <token>
id
field in it that is the user's IDThen we should be able to:
token
out and put it incontext
context
token
JWTRequired
middleware that will kill a request with no JWTThe text was updated successfully, but these errors were encountered: