fastapi-user-auth icon indicating copy to clipboard operation
fastapi-user-auth copied to clipboard

fix: Close #24. Fix PostgreSQL IntegrityError in add_policies

Open Cactiw opened this issue 1 year ago • 1 comments

When using PostgreSQL, an error occurred when creating casbin rules due to the "id": None parameter in the database request.

This PR closes #24.

Cactiw avatar Jan 09 '24 23:01 Cactiw