JWT

JWT

JWT (Json Web Token) is a Claim-based Web Token that uses the Json format to store user attributes. JWT safely transmits information using a self-contained method that uses the token itself as information. JWTs, which are mainly used for member authentication or information transmission, follow the logic below for processing.