After the update, there is no option for editing the token payload.
Hello,
You’re right—after the update, direct editing of the token payload is no longer supported via the UI. Since JWTs are immutable by design, any changes require generating a new token with the updated payload. Consider using a refresh mechanism or backend logic to issue updated tokens securely.
Best Regards,
Amy Cross