-
Notifications
You must be signed in to change notification settings - Fork 161
JWT Token Decoder plugin #494
New issue
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
Conversation
|
🚨 gitStream Monthly Automation Limit Reached 🚨 Your organization has exceeded the number of pull requests allowed for automation with gitStream. To continue automating your PR workflows and unlock additional features, please contact LinearB. |
cibere
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not a json file
…9086abe1495a8b476f39aa5c7b6f.json
Oh, I forgot to put .json to the filename. It should be good now @cibere |
| @@ -0,0 +1,12 @@ | |||
| { | |||
| "ID": "d2389086abe1495a8b476f39aa5c7b6f", | |||
| "Name": "JWT Decoder", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plugin name here doesn't match the plugin name in the filename
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be fixed now
cibere
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope you don't mind, but I renamed the plugin back to JWT Decoder since that was the original name, and the name in the plugin.json file, and since I assume you removed the space as to not have a space in the filename
No I don't mind at all. Thanks for your patience with me and I'm glad I could contribute 😄 |
JWT Decoder plugin, that decodes provided JWT token and also splits it into parts that user can copy into clipboard.
