Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

orbanszlrd/spring-oauth-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring OAuth Login

Simple Spring Boot Application for testing OAuth

Login with GitHub

In order to login with GitHub, you need to provide a valid GitHub Client ID and Client secret.
To create these, go to GitHub Apps and register a new GitHub App.

Login with Google

In order to login with Google, you need to provide a valid Google Client ID and Client secret.
To create these, go to Google Cloud Platform.

Login with Facebook

In order to login with Facebook, you need to provide a valid Facebook Client ID and Client secret.
To create these, go to Facebook for Developers and create a new App.

Note

Don't put your Client ID and Client secret into the application.yml file.
Instead, create the corresponding environment variables.

About

Spring Boot Application Demo for OAuth Login

Topics

Resources

Stars

Watchers

Forks