You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the fastapi-users integration is completed and #377 is merged, enable
support for boolean query filters for /users endpoint.
e.g. http://localhost:8001/latest/users?is_superuser=true and http://localhost:8001/latest/users?is_verified=false should work fine.
Add translation from string to boolean for database query in api.db.Database