aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Services/Services/RoleService.cs
Commit message (Collapse)AuthorAgeFilesLines
* ALmost solved DPtranstrike2020-12-191-2/+2
|
* Fixed namespacestranstrike2020-12-171-5/+5
|
* Reworked RoleController and RoleService to be consistent with the app structureSyndamia2020-12-171-24/+15
|
* Roles are now in a seperate table, user can contain multiple roles (BUT JWT ↵Syndamia2020-12-171-2/+2
| | | | doesn't support mutiple yet), added migrations, userrepository returns user roles with the user
* Implemented RoleService and updated RoleRepository structureSyndamia2020-12-151-11/+42
|
* Updated role controller and role service to use custom models and ↵Syndamia2020-12-151-4/+16
| | | | implemented role mapping
* Stabalized project for compilation. Next step after init architecturetranstrike2020-12-141-0/+26