A quick and sloppy service I whipped up adapting Cloudflare's Example
for my own personal use.
usage: jwt-auth-subreq --auth-domain=AUTH-DOMAIN --audience=AUDIENCE [<flags>]
Flags:
--help Show context-sensitive help (also try --help-long
and --help-man).
--auth-domain=AUTH-DOMAIN the Cloudflare auth domain to request certs from
--audience=AUDIENCE the expected audience of the JWT token
--address=:: address to listen for requests on
--port=3000 port to listen on
--debug enable logging of requests