경매서비스 #04 - 로그인

본 서비스는 로그인 방법으로 소셜 로그인을 제공하고 로그인 정보를 JWT(Json Web Token)를 통해 관리합니다.

JWT

OAuth 2.0

  1. JwtAuthenicationFilter

login

  1. CustomOAuth2UserService
  2. OAuth2AuthenticationSuccessHandler SimpleUrlAuthenticationSuccessHandler
  3. redirect to /login/oauth2/code/kakao
  4. success
  5. JwtAuthenicationFilter

Authentication Provider Successhandler

관계

추가 고민사항

  • 인증정보는 어떻게 관리할 것인가?

References