Skip to main content
Module

x/djwt/mod.ts>Header

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

JWS §4.1.1: The "alg" value is a case-sensitive ASCII string containing a StringOrURI value. This Header Parameter MUST be present and MUST be understood and processed by implementations.

Index Signatures

[key: string]: unknown