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

Add ProviderUserId information to UserProfile object #166

Closed okohub closed 9 years ago

okohub commented 9 years ago

Please include providerUserId information to UserProfile object.

This is a very common field to use. When working independently from providers, it is more important then other fields; for example i should reach providerUserId in order to do some checks in connection table.

or make UserProfile extendable #167

okohub commented 9 years ago

ping @habuma