monkey-codes / spring-boot-authentication

71 stars 21 forks source link

Social login #2

Open singhularity opened 6 years ago

singhularity commented 6 years ago

Hi, Your example works great, thanks! I've been trying to wire in Facebook/LinkedIn login along with form login to your examples and not able to get it working with the "token" flow. If you could point me in the right direction, that'd be great!

monkey-codes commented 6 years ago

Hi, I've created a branch with the changes to enable facebook login. It is mostly based on the sample app provided in spring guides. This does not make use of spring-social, just spring security + oauth2.

Hope this helps.

singhularity commented 6 years ago

Awesome, thank you so much! I was using the same example but I was missing the part where you set the "ROLE_READER" on token services.

Much appreciated, I feel this should be merged to the main branch.