Skip to content

User authentication example for spring boot application using easyauth.io

Notifications You must be signed in to change notification settings

easyauth-io/easyauth-spring-boot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot application authentication using EasyAuth

  1. Sign in to easyauth.io and create a new 'Registered Client' with redirect URI set to http://127.0.0.1:8080/login/oauth2/code/easyauth

  2. Clone the sample app from https://github.com/easyauth-io/easyauth-spring-boot-example

    git clone [email protected]:easyauth-io/easyauth-spring-boot-example.git

  3. Open the project in your favourite editor.

  4. Edit the src/main/resources/application.properties file and set the values from your 'Registered Client' that you created in step 1 in place of the curly braces - {}.

  5. Run the project and visit http://127.0.0.1:8080

About

User authentication example for spring boot application using easyauth.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages