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

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
variable newTrustedJwksIssuer
import { newTrustedJwksIssuer } from "https://deno.land/x/live@1.63.12/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.