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

Split login routes #31

Closed LonelyVikingMichael closed 1 year ago

LonelyVikingMichael commented 1 year ago

Split jwt and session login routes to reduce complexity and ease typing.

This also aims to fix a bug where instantiating a custom Starlite Response on the login route would bypass any set type encoders, resulting in errors if the DTO contains non-standard types like asyncpg.pgproto.UUID