fastapi-user-auth
fastapi-user-auth copied to clipboard
fix: Close #24. Fix PostgreSQL IntegrityError in add_policies
When using PostgreSQL, an error occurred when creating casbin rules due to the "id": None parameter in the database request.
This PR closes #24.