JWT가 무엇이고, 세션 대신 사용하는 이유가 무엇인가요? #164
alstn113
started this conversation in
Spring 뒷고기
Replies: 1 comment
-
JWT는 JSON Web Token의 약자로, 웹에서 사용되는 토큰 기반의 인증 방식 중 하나입니다. JWT는 주로 사용자 인증을 위해 사용되며, 세 가지 부분으로 구성됩니다. 각각의 부분들은 Base64Url로 인코딩되어 있으며, 각각 "."으로 구분되어 있습니다.
세션 대신 사용하는 이유: 세션은 인증이나 인가를 하는 과정에서 서버 자원에 접근을 합니다. 이유는 사용자의 데이터가 담긴 데이터는 서버 측에서 관리를 하기 때문입니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://velog.io/@cis07385/%EB%A9%B4%EC%A0%91-%EC%98%88%EC%83%81-%EC%A7%88%EB%AC%B83
Beta Was this translation helpful? Give feedback.
All reactions