Skip to main content
Module

x/djwt/deno.json

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
Very Popular
Latest
File
{ "tasks": { "test": "deno test --check --unstable --allow-all" }, "compilerOptions": { "verbatimModuleSyntax": true, "strict": true, "useUnknownInCatchVariables": true, "noImplicitOverride": true, "checkJs": true }}