Zaubrik / djwt

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

Update std lib dependencies to current version #51

Closed grempe closed 3 years ago

grempe commented 3 years ago

The deps.ts file has dependencies for older versions of the Deno std lib.

https://github.com/timonson/djwt/blob/master/deps.ts

Current version is 0.95.0

timonson commented 3 years ago

As far as I know there have not been made any substantial changes in the latest std versions with regards to the dependencies used by djwt. But deno will probably implement the Web Crypto API very soon https://github.com/denoland/deno/pull/9614 .

David-Else commented 3 years ago

@timonson https://deno.com/blog/v1.12#support-for-more-web-crypto-functions