Vijayagiridharan / Food-Truck-Application-API-

This group is for ACS 567 Software Project Management project "Food Truck Application"
0 stars 0 forks source link

5. Is Admin - Validation to be added #46

Closed Vijayagiridharan closed 7 months ago

Vijayagiridharan commented 7 months ago

Description:

As a backend developer, I want to implement validation to check if a user is an admin before granting access to certain features or functionalities.

Acceptance Criteria:

 - Backend APIs validate user roles and permissions to determine if the user is an admin.
 - Admin-only functionalities are accessible only to users with the admin role.
 - Proper error handling is implemented for unauthorized access attempts.
parisha6 commented 7 months ago

This is done