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

x/djwt/signature.ts>create

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

Parameters

key: CryptoKey | null
signingInput: string

Returns

Promise<string>