Zaubrik / djwt

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

fix: use deno std lib functions #15

Closed alexanderGalushka closed 4 years ago

alexanderGalushka commented 4 years ago

@timonson upgrade to latest deno version, removed addPaddingToBase64url implementation, use the from from deno std

timonson commented 4 years ago

Thank you @alexanderGalushka !