Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geowarin/boot-social-api
Use Spring to do social authentification
https://github.com/geowarin/boot-social-api
Last synced: about 4 hours ago
JSON representation
Use Spring to do social authentification
- Host: GitHub
- URL: https://github.com/geowarin/boot-social-api
- Owner: geowarin
- Created: 2016-02-11T22:08:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T15:21:46.000Z (over 8 years ago)
- Last Synced: 2023-04-09T10:55:17.250Z (over 1 year ago)
- Language: Java
- Size: 681 KB
- Stars: 23
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Social login demo
Twitter login with Spring boot and React.
See [the blog post](http://geowarin.github.io/social-login-with-spring.html) for more information.## Configuration
Create a twitter app in [your twitter apps page](https://apps.twitter.com/).
You can follow the steps described in [my article](http://geowarin.github.io/social-login-with-spring.html#setting-up-your-app-on-twitter)
to do so.Then copy and paste your `appId` and `appSecret` in the `application.properties` file.