Skip to content
New issue

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

Accept multiple public keys for JWT signature verification #75

Open
sverhoeven opened this issue Aug 21, 2023 · 0 comments
Open

Accept multiple public keys for JWT signature verification #75

sverhoeven opened this issue Aug 21, 2023 · 0 comments

Comments

@sverhoeven
Copy link
Member

The bartender web service verifies the signature of a jwt token with a single configured public key. It would be nice if the service could be called by different clients without them sharing the same private key. This can be accomplished by having bartender web service accept multiple public keys.

The server should try to verify signature with each public key until it finds a valid one.

@sverhoeven sverhoeven mentioned this issue Aug 21, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant