Cajolina / sorbygden-booking-app

0 stars 0 forks source link

Implement authorization for product and category CRUD actions #122

Closed Cajolina closed 10 months ago

Cajolina commented 10 months ago

Implemented authorization checks to restrict CRUD actions to logged in admin users. Updated admin routes for products and categories to include the new functionality. Tested authorization logic for admin actions in .rest file