This document describes how to issue and verify JWT tokens n a block coding method.



▶About JWT

▶JWT Block

1) JWT Token Issuance Blockset

그림39.png

No. Function
1 Specify the Hash algorithm of Jwt Token.
2 Register Secret Key or Certificate for Jwt issuance.
3 Register Jwt's information (claim).

2) JWT Token Verification Blockset

그림41.png

No. Function
1 Specify the Hash algorithm of Jwt Token.
2 Register a Secret Key or certificate for Jwt verification.
3 Register Jwt's information (claim).

▶JWT Setting Block

1) JWK