test : How to use JWT Token Create and Read
โข
JwtUtil.java is basic format of Using JWT Token
- Follow Create and Save method step by step
-- Adjust Options under Jwts.builder()
-- Then JWT will be saved on Cookie
- When you Read JWT, need to be substring
- And validate process before you get jwt's info
* Creating on Controller has to deliver Constructor's Prams
* Use "Claims" interface when you get info from token.