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

Need connect filter #223

Open mayankX opened 7 years ago

mayankX commented 7 years ago

connect/{providerId} doesn't work by default in Spring + JSF application, where as auth/{providerId} does. So a filter is needed to mimic the same functionality for connect scenarios.