Skip to main content
Module

x/djwt/deps.ts>base64url

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

encode and decode for base64 URL safe encoding.

This module is browser compatible.

Functions

Converts given base64url encoded data back to original

Encodes a given ArrayBuffer or string into a base64url representation