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 you do not provide ´algorithms´ option you get an exception in run time.
I know this is in the doc: https://github.com/auth0/express-jwt#required-parameters but the typings used for ´algorithms´ option comes from jsonwebtoken package and there the ´algorithms´ is defined as optional.
I think this typing should be overridden in jwt to avoid confusion.
The text was updated successfully, but these errors were encountered:
097a1df
good catch! fixed in v7.6.2
Sorry, something went wrong.
remove undefined from algorhitms fix #285
587238b
No branches or pull requests
Description
If you do not provide ´algorithms´ option you get an exception in run time.
I know this is in the doc: https://github.com/auth0/express-jwt#required-parameters but the typings used for ´algorithms´ option comes from jsonwebtoken package and there the ´algorithms´ is defined as optional.
I think this typing should be overridden in jwt to avoid confusion.
The text was updated successfully, but these errors were encountered: