You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 : -
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?
The text was updated successfully, but these errors were encountered: