https://github.com/techprimers/spring-security-db-example
Spring Security in a Spring Boot Application with Authentication and Authorization using DB
https://github.com/techprimers/spring-security-db-example
spring-boot spring-security spring-security-db
Last synced: 7 months ago
JSON representation
Spring Security in a Spring Boot Application with Authentication and Authorization using DB
- Host: GitHub
- URL: https://github.com/techprimers/spring-security-db-example
- Owner: TechPrimers
- Created: 2017-06-10T15:06:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T03:36:28.000Z (over 6 years ago)
- Last Synced: 2025-04-07T11:01:49.374Z (11 months ago)
- Topics: spring-boot, spring-security, spring-security-db
- Language: Java
- Size: 51.8 KB
- Stars: 119
- Watchers: 6
- Forks: 155
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Spring Security Using Mysql Authorization in a Spring Boot App
This example covers the following:
- Authentication using MySql DB Connectivity using custom user details service.
- Authorization using GrantedAuthority roles for method level security
- Leveraging Spring Security's login page for injecting login details