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

Support multiple public keys #60

Open
drewwells opened this issue Oct 2, 2023 · 0 comments
Open

Support multiple public keys #60

drewwells opened this issue Oct 2, 2023 · 0 comments

Comments

@drewwells
Copy link

In processes where keys are rotated, it's often desirable to support multiple public keys.

I took a look at the OpaqueVerifier and this would be a good way for client code to implement multiple public key verifier. However, all of the verifier code is private. So if I wanted to do something simple like support 2 rsa.PublicKeys, I need to copy/paste all of the verifier code out of go-jose.

Some tips in this directly would be beneficial. Ideally, the verifier would also be refreshable so we can hot reload public keys into it

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