Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Based Access Control System with Spring (Basic Configuration for any System) Working with authentication and authorization to control everything on the system

  • For Roles

-Admin, User

  • For Privileges (Permissions) ( * in the Spring you have to you privilege or permission instead of authority becasue the default name convention inside framework is authority so you have to use what recommend at first to avoid the conflict)

-Create, Read, Update, Delete

Besides that, using Multi-Factor Authentication for system access

Using Open Documentation API for Swagger (SpringDoc and open api 3)

Also will add all the packages and dependencies that will be used with this structure

for jwt dependecy in this branch will use:

  • java auth0 version(implementation group: 'com.auth0', name: 'java-jwt', version: '4.4.0')

** you can find them at https://www.mvnrepository.com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages