페이지

2024년 4월 27일 토요일

JSON WEB TOKEN(JWT) OVERVIEW

 JWT is one of the most popular bear tokens in authorization protocols within APIs.


1. What is a JSON WEB TOKEN?

- JSON Web Token is a self-contrainer way to securely transmit data and information between two parties using a JSON Object.

- JSON Web Tokens can be trusted because each JWT can be digitally signed, which in return allows the server to know if the JWT has been changed at all

- JWT should be used when dealing with authorization

- JWT is a great way for information to be exchanged between the server and client





댓글 없음: