Skip to content

meghnadsaha/Spring-Recruitment-Marketplace-MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Emails and Passwords:

  1. ROLE_ADMIN
  1. ROLE_CON_USER
  1. ROLE_CON_MANAGER
  1. ROLE_EMP_USER
  1. ROLE_EMP_MANAGER

Recommendations:

  1. Password Encryption: Store passwords securely using hashing algorithms like BCrypt or Argon2.
  2. Role Mapping: Use a database table to map these roles to users for dynamic management.
  3. Access Control: Use role-based access control (RBAC) to restrict endpoints based on roles. AditiSrivastava@example.com