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 role management interface #12

Closed LonelyVikingMichael closed 1 year ago

LonelyVikingMichael commented 1 year ago

Currently it's only possible to create roles manually or via seeding scripts. We should add role based methods to UserService at the very least and create new route handlers at most.

Edit: The same applies to adding/revoking roles to/from users