Zaubrik / djwt

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

mod.ts missing on deno.land #58

Closed Lite5h4dow closed 3 years ago

Lite5h4dow commented 3 years ago

cant cache deno.land/x/djwt/mod.ts as its not there, making the example files invalid.

timonson commented 3 years ago

It is not missing. Maybe try the deno run --reload flag.

Lite5h4dow commented 3 years ago

image

timonson commented 3 years ago

It is probably the cache in your browser. Can you clear it?

Lite5h4dow commented 3 years ago

yeah, my bad, for some reason my browser defaulted to 1.2..... i have no idea why tho.