An open API service indexing awesome lists of open source software.

https://github.com/deeksha-tech-sol/spring-security-demo

Spring Security 6
https://github.com/deeksha-tech-sol/spring-security-demo

maven maven-pom spring spring-boot spring-security spring-security-6

Last synced: 13 days ago
JSON representation

Spring Security 6

Awesome Lists containing this project

README

        

# spring-security-demo
Spring Security 6

Major change in the Spring Security 6 is the removal of WebSecurityConfigurerAdapter class.
This class was previously used to customize the security configuration.
In Spring Security 6, we should now define the SecurityFilterChain bean and configure the HTTP security using HttpSecurity DSL.

#### Endpoints:

/login
/public/welcome/{name}
/public/welcome
/user/{name}
/admin