Zaubrik / djwt

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
MIT License
228 stars 23 forks source link

Import from JSR #88

Closed emrahcom closed 3 months ago

emrahcom commented 3 months ago

This PR:

See

timonson commented 3 months ago

Thank you @emrahcom . What are the advantages and disadvantaes here?

emrahcom commented 3 months ago

The standard packages will be updated in JSR. https://deno.land/std will not be updated anymore. See this post for more details.

And tests will be more acqurate if they use the same packages.

timonson commented 3 months ago

I will not merge it, because I want the deps to be available inside the browser.