import { verify } from "https://deno.land/x/djwt@v2.7/mod.ts";
Takes jwt, CryptoKey
and VerifyOptions
and returns the Payload
of the
jwt if the jwt is valid. Otherwise it throws an Error
.
import { verify } from "https://deno.land/x/djwt@v2.7/mod.ts";
Takes jwt, CryptoKey
and VerifyOptions
and returns the Payload
of the
jwt if the jwt is valid. Otherwise it throws an Error
.