Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/commons/jwt/jwks.ts>newTrustedJwksIssuer

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
variable newTrustedJwksIssuer
import { newTrustedJwksIssuer } from "https://deno.land/x/live@1.74.1/commons/jwt/jwks.ts";

Returns a JwksIssuer that can be used to verify JWTs If remoteAddress is not passed fallbackPublicKey will be used. If both are passed so first a fetch is tried then fallbackPublicKey is used.