LonelyVikingMichael / litestar-users

Authentication and user management for the Litestar framework
https://lonelyvikingmichael.github.io/litestar-users/
MIT License
42 stars 12 forks source link

Update user_handlers to accept user id from BigInteger type #66

Closed fbormann closed 5 months ago

fbormann commented 5 months ago

As of right now we receive the following error if the user model uses integer as a primary key

image