Module

x/djwt/deps.ts

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
Very Popular
Latest
File
export { decodeBase64Url, encodeBase64Url,} from "https://deno.land/std@0.221.0/encoding/base64url.ts";