import * as djwt from "https://deno.land/x/djwt@v3.0.0/examples/deps.ts";
Functions
Decodes a given RFC4648 base64 encoded string | |
CREDIT: https://gist.github.com/enepomnyaschih/72c423f727d395eeaa09697058238727 Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation | |
Serves HTTP requests with the given handler. |