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

https://github.com/himash79/spring-boot-with-social-login-github

Build Spring boot with github social login module.
https://github.com/himash79/spring-boot-with-social-login-github

github java oauth2 spring-boot spring-security

Last synced: about 2 months ago
JSON representation

Build Spring boot with github social login module.

Awesome Lists containing this project

README

          

## Spring boot, Oauth2, Social LogIn, Github

Build Spring boot with github social login module.

## Requirements

01) Java 1.8 +
02) Maven 3.8 +
03) Github account

## Project setup

01) Clone the project

git clone https://github.com/himash79/Spring-boot-with-Social-login-Github.git

02) Configure the Github

Follow the steps of `Setup-github-enviroment.txt` file for configure the project enviroment.

03) Clean and build the project using maven

open command line (CMD) in project directory and execute 'mvn clean install'

04) Open project using intelij / eclipse

## Expose Rest APIs

01) Authenticate user using related end-point APIs.

01) localhost:8090/ - redirect to github signIn page.