November 2017
Intermediate to advanced
542 pages
14h 24m
English
In order to include additional providers, we need to perform a few extra steps to include custom providers into the login flow, as follows:
//build.gradle dependencies { ... compile("org.springframework.social:spring-social-google: ${springSocialGoogleVersion}") compile("org.springframework.social:spring-social-github: ${springSocialGithubVersion}") }
//src/main/resources/application.yml spring: social: # Google google: ...
Read now
Unlock full access