import * as darkflare from "https://deno.land/x/darkflare@v5.0.3/jwt/mod.ts";
Functions
Returns the payload without verifying the integrity of the token. Please use | |
Signs a payload and returns the token | |
Verifies the integrity of the token and returns a boolean value. |