Skip to content

spring authentication and authorization with different roles and their corresponding authorities

Notifications You must be signed in to change notification settings

suraj-repositories/auth-spring-security-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication System

authority based authentication system

Structure :

Roles

  • ADMIN - read, write, execute, manage
  • MANAGER - read , write , manage
  • USER - read , write
  • Guest - read

Instructions

  • when you run this code first time the schema will be created So for second time comment the code responsible for creating schema available at /auth-spring-security-2/src/main/java/com/on14june/Application.java

  • You can also create custom authorities and roles without any fear by using role repository and authority repository

About

spring authentication and authorization with different roles and their corresponding authorities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published