Skip to main content
Module

x/getting_started_with_deno_jwt_auth/deps.ts>create

Package used for jwt-auth on the Getting Started With Deno book by PacktPub
Latest
function create
import { create } from "https://deno.land/x/getting_started_with_deno_jwt_auth@v0.0.6/deps.ts";

Parameters

header: Header
payload: Payload
key: string

Returns

Promise<string>