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

Instead of jwk-url is there is a way to directly load public key input ? #26

Closed
devansvd opened this issue Feb 25, 2020 · 4 comments
Closed
Labels

Comments

@devansvd
Copy link

devansvd commented Feb 25, 2020

JWT's can be validated offline without the need for internet. Instead of retrieving public key from the jwk_url to verify the signature is there is a way to directly load the public key ? may as a input via text box.

Sample input: Basically Offline validation

-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhAj9OCZd0XjzOIad2VbUPSMoVK1X8hdD2Ad+jUXCzhZJf0RaN6B+79AW5jSgceAgyAtLXiBayLlaqSjZM6oyti9gc2M2BXzoDKLye+Tgpftd72Zreb4HpwKGpVrJ3H3Ip5DNLSD4a1ovAJ6Sahjb8z34T8c1OCnf5j70Y7i9t3y/j076XIUU4vWpAhI9LRAOkSLqDUE5L/ZdPmwTgK91Dy1fxUQ4d02Ly4MTwV2+4OaEHhIfDSvakLBeg4jLGOSxLY0y38DocYzMXe0exJXkLxqHKMznpgGrbps0TPfSK0c3q2PxQLczCD3n63HxbN8U9FPyGeMrz59PPpkwIDAQAB
-----END PUBLIC KEY-----
@kpacha
Copy link
Member

kpacha commented Feb 25, 2020

see #21

@kpacha kpacha closed this as completed Feb 25, 2020
@devansvd
Copy link
Author

@kpacha how about an option to store it in config file itself and use at our own risk ?

@kpacha
Copy link
Member

kpacha commented Sep 27, 2020

@devansvd we are working on #41, feedback is welcome!

@github-actions
Copy link

github-actions bot commented Apr 7, 2022

This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.

@github-actions github-actions bot added the locked label Apr 7, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants