<aside> 💡 로그인 유지, 쿠키, oauth
</aside>
나중에 정리하기
short-lived JWT Tokens that are signed by your server and are included in every HTTP request to your server to authorize the request
long-lived opaque strings that are stored in your database and used to get a new access token when it expires.