Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/djwt/examples/deps.ts>base64.decode

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
Very Popular
Go to Latest
function base64.decode
import { base64 } from "https://deno.land/x/djwt@v3.0.0/examples/deps.ts";
const { decode } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array