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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In the jwt_auth configuration block setting secret_base64_encoded to false throws a InvalidConfigurationException with the message
jwt_auth
secret_base64_encoded
InvalidConfigurationException
The path "jwt_auth.secret_base64_encoded" cannot contain an empty value, but got false.
Since the default is true, this means I can't set secret_base64_encoded to be false.
The text was updated successfully, but these errors were encountered:
good catch, I will merge and make the release tomorrow. Thanks
Sorry, something went wrong.
Merge pull request #19 from mickadoo/18_allow-unencoded-secret
b18c44d
[#18] Remove "cannotBeEmpty" property of secret_base64_encoded
And v1.2.6 it is.
Thanks
No branches or pull requests
In the
jwt_auth
configuration block settingsecret_base64_encoded
to false throws aInvalidConfigurationException
with the messageSince the default is true, this means I can't set
secret_base64_encoded
to be false.The text was updated successfully, but these errors were encountered: