spring-attic / spring-social

Allows you to connect your applications with SaaS providers such as Facebook and Twitter.
http://projects.spring.io/spring-social
Apache License 2.0
619 stars 351 forks source link

Fixed #95 and Fixed #93 #96

Closed sfussenegger closed 10 years ago

sfussenegger commented 11 years ago

follow contract of AbstractAuthenticationProcessingFilter.attemptAuthentication(HttpServletRequest, HttpServletResponse) (making SocialAuthenticationFailureHandler and #93 obsolete) to fix adding of connections to authenticated users. Additionally users token.getConnection() instead of token.getPrincipal() which is always null.