Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.