LonelyVikingMichael / litestar-users

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

Enhancement: Static typing #10

Closed LonelyVikingMichael closed 1 year ago

LonelyVikingMichael commented 1 year ago

Typing is not terrible, but can definitely improve. MyPy will surely fail

Route handler typing was not updated after JWT support was added, this should be addressed.

LonelyVikingMichael commented 1 year ago

Will be brought up to date by #25