Add JWT generator/verifier in Tools #901
linux-china
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
JWT is a very normal for developers. You can use it to generate JWT token and send it to your partners, or you can verify JWT token and get payload plain information.
All reactions