Skip to content

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

Open
@districtvr

Description

@districtvr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions