Skip to content

Add API endpoints and middleware for user and product manipulation

Réthelyi Bálint requested to merge kasszasch into master

Introduced API endpoints in api.go for handling product saving, user updates, user retrieval, and cart functionality. Added middleware for checking user and admin permissions. These changes form part of implementing core features of the application and to ensure appropriate security measures are in place.

Merge request reports