Junroot / Nomat

dev: https://nomat.netlify.app/
3 stars 0 forks source link

Spring에서 OAuth2 적용 방법 정리 #70

Open Junroot opened 4 weeks ago

Junroot commented 4 weeks ago

https://docs.spring.io/spring-security/reference/6.2/servlet/oauth2/login/advanced.html https://www.baeldung.com/spring-security-5-oauth2-login https://discord.com/developers/docs/topics/oauth2#state-and-security

Junroot commented 3 weeks ago
  1. JWT 기반 인증 추가
  2. AuthenticationSuccessHandler 에서 jwt 헤더로 구워주기

https://do5do.tistory.com/20

Junroot commented 1 week ago

dev 환경 인증 구현