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

add jwt module in std #3290

Closed
elycheikhsmail opened this issue Mar 29, 2023 · 4 comments
Closed

add jwt module in std #3290

elycheikhsmail opened this issue Mar 29, 2023 · 4 comments

Comments

@elycheikhsmail
Copy link

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.

@timreichen
Copy link
Contributor

There was an attempt a some time back. Ref #1118

@denizdogan
Copy link
Contributor

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.

@iuioiua
Copy link
Contributor

iuioiua commented Dec 7, 2023

I agree with not adding this to the Standard Library. jose is a great module and reasonably-maintained. I don't see much of a benefit to the community to absorbing or competing with the module. WDYT, @kt3k?

@kt3k
Copy link
Member

kt3k commented Dec 8, 2023

I agree. x/jose looks well maintained and also Deno support looks documented well https://deno.land/x/jose@v5.1.3

Please re-open this issue or create a new one if anyone finds issue in x/jose

@kt3k kt3k closed this as completed Dec 8, 2023
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

No branches or pull requests

5 participants