Skip to main content
Module

x/djwt/deps.ts>base64url.decode

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
Very Popular
Go to Latest
variable base64url.decode
Deprecated
Deprecated

(will be removed in 0.210.0) Use a decodeBase64Url instead.

Converts given base64url encoded data back to original

import { base64url } from "https://deno.land/x/djwt@v3.0.0/deps.ts";
const { decode } = base64url;