codemation / easyauth

Create a centralized Authentication and Authorization token server. Easily secure FastAPI endpoints based on Users, Groups, Roles or Permissions with very little database usage.
https://easyauth.readthedocs.io/en/latest/
MIT License
553 stars 52 forks source link

Editing service in admin not working #56

Closed akyl0221 closed 2 years ago

akyl0221 commented 2 years ago

When edit service in admin server return 404 Not Found {"detail": "no user with name {service} exists"}

codemation commented 2 years ago

Thanks for opening the issue. I will have a look at this when I have some more time. Similar to #55 , feel free to fork, fix & create a PR.

akyl0221 commented 2 years ago

Ok I will do it

codemation commented 2 years ago

Fixed in https://github.com/codemation/easyauth/releases/tag/1.0.20 - nice work @akyl0221