Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Spring Boot - Spring Security Application

Description

Sample Spring Boot application secured with Spring Security.

Paths

/

Main page. If not logged, redirect to /login.

/login and /logout

/user (Secured)

Provide a detailed JSON with the user's data.


This project is a modified version based on Securing a Web Application.