Skip to main content
Module

x/djwt/deps.ts>base64url.encode

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

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

Encodes a given ArrayBuffer or string into a base64url representation

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