/SocialLogin

fuse spring social and spring security. try to have a unify login using social authentication.

Primary LanguageJava

SocialLogin

need to add this file to work /src/main/resources/application.properties

spring.view.prefix: /WEB-INF/jsp/
spring.view.suffix: .jsp
application.message: Hello

facebook.clientId=
facebook.clientSecret=
spring.social.facebook.appId=
spring.social.facebook.appSecret=

database.url=
database.username=
database.password=
database.driver=