Skip to content

Unable to edit JWT on the jwt.io V2 #811

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

Open
districtvr opened this issue Apr 16, 2025 · 1 comment
Open

Unable to edit JWT on the jwt.io V2 #811

districtvr opened this issue Apr 16, 2025 · 1 comment

Comments

@districtvr
Copy link

Hello Team,

I am using JWT to authorize the users for my application. While debugging jwt.io in the V1 site, I was able to edit and generate a new JWT, but in this new jwt.io V2 site, I am unable to edit and generate a JWT.

What I mean by this is :-

Suppose the jwt is generated from this payload : -

{
"sub": "1234567890",
"name": "John Doe",
"admin": true,
"iat": 1516239022
}

and now, if I want to edit this payload and generate a new JWT, how should I do it?

@yamil-90
Copy link

yamil-90 commented May 2, 2025

hi, for anyone who still has this problem theres a encoder tab where you can edit the jwt.
its hard to find because the new ui sucks

Image

hope this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants