-
Notifications
You must be signed in to change notification settings - Fork 633
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
add jwt module in std #3290
Comments
There was an attempt a some time back. Ref #1118 |
What's wrong with just using jose? It supports pretty much every JS runtime out there, with a unified API. A deno_std alternative would not be more reviewed than that. |
I agree with not adding this to the Standard Library. |
I agree. Please re-open this issue or create a new one if anyone finds issue in |
in most web app we need to manipulate jwt for users auth, I think it will be good idea to have a module in std, this will make deno dev and js dev in generale more productive, since the will be reviewed by deno team and maintened for long time.
The text was updated successfully, but these errors were encountered: