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
A token validation error is returned (resulting in 401 response).
A runtime error occurs and 500 response is returned:
/usr/local/share/lua/5.1/resty/openidc.lua:1654: attempt to perform arithmetic on local 'divider' (a nil value)
Send a bearer token without spaces, e.g. like this
Authorization: Bearer12345
The text was updated successfully, but these errors were encountered:
ae3bc54
thank you, fixed with ae3bc54
Sorry, something went wrong.
Has this been released, and if not, are there any plans to release it?
I'm currently hitting this bug, but latest released version (1.7.6-3) doesn't seem to include this fix yet.
No branches or pull requests
Environment
Expected behaviour
A token validation error is returned (resulting in 401 response).
Actual behaviour
A runtime error occurs and 500 response is returned:
Minimized example
Send a bearer token without spaces, e.g. like this
The text was updated successfully, but these errors were encountered: