25196
2022-09-08 11:02:08
2
웹서비스에서 토큰으로 많이 쓰이는 JWT라는 규약이 있는데, 이거 발음도 그래요.
https://auth0.com/docs/secure/tokens/json-web-tokens
JSON web token (JWT), pronounced "jot", is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. Again, JWT is a standard, meaning that all JWTs are tokens, but not all tokens are JWTs.