Skip to content

Role based authentication using springboot and spring security. For data persistent I'm using mysql.

Notifications You must be signed in to change notification settings

subhash-varun/spring-security-rolebased-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-security-rolebased-authentication

Role based authentication using springboot and spring security. For data persistent I'm using mysql.

Features

  • User Roles: Supports roles such as EMPLOYEE, MANAGER, and ADMIN, each with specific access rights.
  • Role-Based Endpoints:
    • Public: Accessible to anyone.
    • Employee: Restricted to users with the EMPLOYEE role.
    • Manager: Restricted to users with the MANAGER role.
    • Admin: Restricted to users with the ADMIN role.

Technologies Used

  • Java
  • Spring Boot
  • Spring Security
  • MySQL
  • Postman (for API testing)

About

Role based authentication using springboot and spring security. For data persistent I'm using mysql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages