워크플로 예시 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.