8000 GitHub - pladdy/jwty-mcjwt-face: Web service to decode jwts (excuse to play with Falcon).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pladdy/jwty-mcjwt-face

Repository files navigation

jwty-mcjwt-face

build status code coverage codacy MIT license

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

Installation

make install

Dependencies

Usage

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>

References

README

About

Web service to decode jwts (excuse to play with Falcon).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0