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 an auth plugin that uses derive to set cookies, I'm unable to use configuration to sign the cookies.
derive
As per these two issues, #766, #334, a guard can be used to validate, but I've not been able to find a method to pass cookie.secrets to sign the key
cookie.secrets
Sign cookies in plugins
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the problem this feature would solve?
In an auth plugin that uses
derive
to set cookies, I'm unable to use configuration to sign the cookies.As per these two issues, #766, #334, a guard can be used to validate, but I've not been able to find a method to pass
cookie.secrets
to sign the keyWhat is the feature you are proposing to solve the problem?
Sign cookies in plugins
What alternatives have you considered?
derive
that is similar to the extra argument in handlers but this is not allowedcookie.secrets
programatically, but this doesn't seem to have any effectThe text was updated successfully, but these errors were encountered: