We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223e78a commit 890a462Copy full SHA for 890a462
README.md
@@ -0,0 +1,6 @@
1
+## Spring Security Using Mysql Authorization in a Spring Boot App
2
+
3
+This example covers the following:
4
+- Authentication using MySql DB Connectivity using custom user details service.
5
+- Authorization using GrantedAuthority roles for method level security
6
+- Leveraging Spring Security's login page for injecting login details
0 commit comments