This project is an excuse to play with Falcon and pyjwt.
The keys in the repo are generated with make keys
and are useless. Even
so, don't use them...they are compromised.
One can also make keys using MkJWK.org
make install
make keys
make run-local
# in another terminal
make a-jwt
# copy this jwt that gets printed out
curl -v localhost:8000/decode?jwt=<paste your jwt here>