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.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-with-social-login-github
- Owner: himash79
- Created: 2022-05-09T16:16:00.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T05:38:19.000Z (about 4 years ago)
- Last Synced: 2025-03-15T06:35:59.234Z (over 1 year ago)
- Topics: github, java, oauth2, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.