https://github.com/geowarin/boot-social-api
Use Spring to do social authentification
https://github.com/geowarin/boot-social-api
Last synced: 18 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T15:21:46.000Z (about 9 years ago)
- Last Synced: 2025-03-23T17:12:55.114Z (about 1 month ago)
- Language: Java
- Size: 681 KB
- Stars: 22
- Watchers: 1
- Forks: 11
- 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.