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

Asynchronous jwt sign #77

Open
henrybyhee opened this issue Feb 24, 2022 · 1 comment · May be fixed by #147
Open

Asynchronous jwt sign #77

henrybyhee opened this issue Feb 24, 2022 · 1 comment · May be fixed by #147

Comments

@henrybyhee
Copy link

henrybyhee commented Feb 24, 2022

Sorry for the late response.

I believe some users would like to inject their own Token provider and in some instance, signing jwt is an asynchronous process. For instance, signing jwt via a cloud provider is asynchronous if user stores private key on cloud service and it's not possible to be retrieved as plain text

Originally posted by @Henry-bee in #70 (comment)

@AndreyKishkevich
Copy link

We have the same issue, to be more security with Fireblocks private key we want to generate a token from AWS KMS cloud service and this service is an asynchronous.

@yarinvak yarinvak linked a pull request Feb 17, 2023 that will close this issue
6 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

Successfully merging a pull request may close this issue.

2 participants