sushil721 / spring-security-db-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Java 74.7%Language:TSQL 25.3%