We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide an option like - that allows one to to decode jwt from stdin. For example following usecase will be helpful
-
curl https://some-login-call | jq .token | jwt decode -
The text was updated successfully, but these errors were encountered:
Hey @manishtomar, thanks for the suggestion! I've added support for stdin on both encode and decode with 7058cb7.
stdin
encode
decode
It should be published to homebrew and github releases soon, and then I'll close this issue 😄
Sorry, something went wrong.
No branches or pull requests
Summary
Please provide an option like
-
that allows one to to decode jwt from stdin. For example following usecase will be helpfulThe text was updated successfully, but these errors were encountered: