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: 2 months ago
JSON representation
Spring Security 6
- Host: GitHub
- URL: https://github.com/deeksha-tech-sol/spring-security-demo
- Owner: deeksha-tech-sol
- Created: 2024-08-05T14:14:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T14:22:35.000Z (almost 2 years ago)
- Last Synced: 2025-06-28T18:47:04.256Z (12 months ago)
- Topics: maven, maven-pom, spring, spring-boot, spring-security, spring-security-6
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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