인증 process overview
password grant 방식의 OAuth 2.0을 React에서 사용하기
authorization token grant 방식의 OAuth 2.0을 React에서 사용하기
refresh token을 이용하여 access token 재발급 받기 ->> 매번 귀찮으니깐 interceptor 사용해서 자동화 적용해보기
authorization code는 session을 필요로 한다.
google login과 kakao login api를 flask에서 사용해보기
Authlib로 oauth server 구현하기 #1
oauth server로부터 auth code와 token을 받고 protected resource 받아오기
token 활용 endpoint 사용해보기