Real-Dev-Squad / feature-flag-backend

This is the repository for Feature flag service.
MIT License
4 stars 6 forks source link

Add authorization check of superuser for create/update APIs #59

Open shubham-y opened 1 year ago

shubham-y commented 1 year ago

Currently, any user can call the create and update APIs. We need to add a check if the call is made by a superuser or not.