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: Add authorisation via Guards #1

Closed LonelyVikingMichael closed 1 year ago

LonelyVikingMichael commented 1 year ago

Add a configurable Role table, as well as a RoleUser association object. We'll use this to implement authorisation logic via Starlite Guards.