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

Bug: `add_user` does a lookup on user email instead of the `user_auth_identifier` #67

Closed LonelyVikingMichael closed 1 month ago

LonelyVikingMichael commented 5 months ago

This should be enhanced to be more dynamic - there is nothing in place to avoid collisions on user creation if user_auth_identifier has a custom value.

LonelyVikingMichael commented 1 month ago

Closed by #74