trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

[API v1.1] Change visibility of certain APIs #74

Closed bglamadrid closed 3 years ago

bglamadrid commented 3 years ago

After resolving #70 , there is a new step to be taken before removing deprecated paths, and it is making their replacement available to the public.

This means that the path/data/product_categories must be made available to all users, not only authenticated ones.

The controller mappings themselves have an annotation @PreAuthorize that should be removed for this. Also the SecurityConfig class must be updated to match this.

mutasDev commented 3 years ago

Assign me if wanted, I can handle this :)