Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels