uncrypto
uncrypto copied to clipboard
easy creation and validation of JWTs
Describe the feature
I think it would be useful to have a JWT creation utility that works equivalently in node + worker environments
Additional information
- [X] Would you be willing to help implement this feature?
We could support some utils from /jwt subpath 👍🏼
I had used Jose in the past and it had some JWT Utils. I want to stick closely as much as possible to the Nuxt/Nitro Stack for this project I am building. So, I had to learn more about Web crypto. Then I thought, 'maybe I should do something similar to webcrypto-jwt, but then, I realized that Jose had inbuilt utils that made it much easier to use. Now, I'm thinking of contributing to UnCrypto to have JWT Utils. Time to get to work?
That sounds fantastic!