import * as deco from "https://deno.land/x/deco@1.107.0/commons/jwt/jwks.ts";
Variables
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. |