ワークフロー例 1
JWT: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjMiLCJuYW1lIjoiTHVtYVRvb2wifQ.signature
Decoded payload: {
"sub": "123",
"name": "LumaTool"
}
JWT デコーダー processes this example in the browser and lets you inspect the result before copying it.