Tagged in

Spring Security

QueryPie, Inc.
QueryPie, Inc.
Followers
221
Elsewhere
More, on Medium

Spring Security Remember-Me Key 설정

Spring Security에서 Remember-Me 활성화시 RememberMeService와, RememberMeAuthenticationProvider 두군데 키를 동일하게 맞춰 주어야만 정상적으로 동작합니다.

@EnableWebSecurity
@EnableGlobalMethodSecurity(prePostEnabled = true)
@EnableRedisHttpSession(maxInactiveIntervalInSeconds…

Spring Social 적용하기

Spring Social Documentation (http://projects.spring.io/spring-social/) 을 보다가, Github에서 적당한 예제를 검색해봤는데.. Production Ready 수준의 샘플이 없는 것 같아서 간단하게 만들었습니다.

1) Facebook, Twitter, Github, LinkedIn, Kakao 로그인