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

Enhancement: Make UserService configurable #5

Closed LonelyVikingMichael closed 1 year ago

LonelyVikingMichael commented 1 year ago

Developers will need to subclass UserService in order to write their own pre/post operation hooks for login, register, update etc. This likely requires an update to config and typing.