<aside> 💡 로그인 유지, 쿠키, oauth

</aside>

Co-nect에 어떻게 적용했는지

나중에 정리하기

관련 학습내용

1. OAuth

2. HTTP 쿠키

쿠키란?

쿠키 관련 삽질

3. 로그인 유지

Access tokens

short-lived JWT Tokens that are signed by your server and are included in every HTTP request to your server to authorize the request

Refresh tokens:

long-lived opaque strings that are stored in your database and used to get a new access token when it expires.