Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 4 days ago
JSON representation

Spring Security in a Spring Boot Application with Authentication and Authorization using DB

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