nsxsnx
Results
2
issues of
nsxsnx
Hello, Please, correct me if I'm wrong, but I believe here in **/backend/app/app/api/deps.py**: ``` def get_current_active_superuser( current_user: models.User = Depends(get_current_user), ) -> models.User: ``` we must depend on **get_current_active_user**, not...
The function did not check that user was active