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

Option to sign token with RSA (public/private keys) #338

Closed
c00 opened this issue Feb 18, 2023 · 2 comments
Closed

Option to sign token with RSA (public/private keys) #338

c00 opened this issue Feb 18, 2023 · 2 comments
Labels

Comments

@c00
Copy link

c00 commented Feb 18, 2023

The current implementation uses (I think) HMAC signing for the JWT signatures. I would love an option to use the RSA (public / private key) variation for signing as well. JWT does support this by default.

The benefit is that external sources would be able to validate a token as well, without needing to share the signing secret.

Copy link

This issue has been automatically marked as stale because it has not had activity in 1 year. It will be closed in 7 days if no further activity occurs. Thanks!

@github-actions github-actions bot added the stale label Feb 19, 2024
Copy link

This issue was closed because it had no activity for over 1 year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant