https://github.com/nisanth2004/springsecurity_custom_login_basics
Spring Security Custom Login page was build with the help of Configure the SecurityFilterChain Class and it will authenticate the LoginRequest
https://github.com/nisanth2004/springsecurity_custom_login_basics
class configure intellij-idea java jdbc jpa jparepository maven mysql package package-manager responseentity security securityfilterchain spring-boot sts xml
Last synced: 11 months ago
JSON representation
Spring Security Custom Login page was build with the help of Configure the SecurityFilterChain Class and it will authenticate the LoginRequest
- Host: GitHub
- URL: https://github.com/nisanth2004/springsecurity_custom_login_basics
- Owner: Nisanth2004
- Created: 2023-11-23T10:21:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T10:42:44.000Z (about 2 years ago)
- Last Synced: 2025-01-11T00:08:33.853Z (about 1 year ago)
- Topics: class, configure, intellij-idea, java, jdbc, jpa, jparepository, maven, mysql, package, package-manager, responseentity, security, securityfilterchain, spring-boot, sts, xml
- Language: HTML
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringSecurity_Custom_Login_Basics
### Creating a custom login and registration application using Spring typically involves building a web application with the Spring framework, integrating Spring Security for authentication and authorization, and setting up a database for user registration.