Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/djwt/deps.ts>base64url.decode

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

Converts given base64url encoded data back to original

Parameters

b64url: string

Returns

Uint8Array