Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 424 Bytes

File metadata and controls

22 lines (12 loc) · 424 Bytes

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.