JWT Generator
生成用于开发测试的无签名 mock JWT
您的数据不会离开浏览器。Note: This generates a mock JWT for development/testing only. The signature segment is UNSIGNED_MOCK — not a real cryptographic signature.
{
"alg": "HS256",
"typ": "JWT"
}
生成用于开发测试的无签名 mock JWT
您的数据不会离开浏览器。Note: This generates a mock JWT for development/testing only. The signature segment is UNSIGNED_MOCK — not a real cryptographic signature.