Please Export LocalJWKSet
#624
Replies: 1 comment 1 reply
-
Thank you.
And what prohibits from using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.The patch simply exports the
LocalJWKSet
class so I am able to create an JWKS instance from a plain JSON object in TypeScript.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
Beta Was this translation helpful? Give feedback.
All reactions