himash79 / Spring-boot-with-social-login-google

Build Spring boot with google social login module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring boot, Oauth2, Social LogIn

Build Spring boot with google social login module.

Requirements

  1. Java 1.8 +
  2. Maven 3.8 +
  3. GCP account (Google Cloud Platform)

Project setup

  1. Clone the project

    git clone https://github.com/himash79/Spring-boot-with-social-login-google.git
    
  2. Configure the GCP

    Follow the steps of `Set up GCP user.txt` file for configure the cloud enviroment.
    
  3. Clean and build the project using maven

    open command line (CMD) in project directory and execute 'mvn clean install'
    
  4. Open project using intelij / eclipse

Expose Rest APIs

  1. Authenticate user using related end-point APIs.

  2. localhost:8090/ - redirect to google signIn page.

  3. localhost:8090/user - redirect to logged user details.

About

Build Spring boot with google social login module.


Languages

Language:Java 100.0%