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
In https://github.com/bechurch/auth0_jwks/blob/3584412a04ae8c5a1ed3be221cf51134db294155/lib/plug/validate_token.ex#L15, only one space is parsed but according to the HTTP specifications there can be more.
This could be a problem if the auth0 changed their request, while still being compliant.
See also: https://github.com/tanguilp/apiac_auth_bearer/blob/master/lib/apiac_auth_bearer.ex#L326
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In https://github.com/bechurch/auth0_jwks/blob/3584412a04ae8c5a1ed3be221cf51134db294155/lib/plug/validate_token.ex#L15, only one space is parsed but according to the HTTP specifications there can be more.
This could be a problem if the auth0 changed their request, while still being compliant.
See also: https://github.com/tanguilp/apiac_auth_bearer/blob/master/lib/apiac_auth_bearer.ex#L326
The text was updated successfully, but these errors were encountered: