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
- Host: GitHub
- URL: https://github.com/deeksha-tech-sol/spring-security-demo
- Owner: deeksha-tech-sol
- Created: 2024-08-05T14:14:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T14:22:35.000Z (7 months ago)
- Last Synced: 2024-12-15T22:42:01.202Z (2 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 6Major 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