Skip to main content
Module

x/djwt/egg.json

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
Very Popular
Go to Latest
File
{ "name": "djwt", "description": "The absolute minimum to make JSON Web Tokens in deno. Based on JWT and JWS specifications.", "stable": true, "repository": "https://github.com/timonson/djwt", "files": [ "base64/*", "tests/*", "create.ts", "deps.ts", "validate.ts", "README.md" ], "ignore": [".git"]}