Commit graph

6 commits

Author SHA1 Message Date
kirmmin
52a94ea783
[RBAC/Roles] Apply Default Roles (#387)
* [RBAC/Roles] Apply Default Roles

CreateAccount method update for Role

Use "Null coalescing assignment operator"... apparently?

* Updated Role parameter for account creation command to optional.

Co-authored-by: Rawaho <rawahodev@gmail.com>
2021-12-05 20:57:35 +13:00
Kirmmin
b33e9a3162 [Database/Auth] Fix load time issues
Use AsSplitQuery methods

Remove Duplicate Include
2021-12-01 18:09:54 -08:00
Kirmmin
bfcc2f7daf Auth/Accounts: Prevent duplicates. Fix uppercase issues. 2020-05-22 15:53:30 -07:00
Kirmmin
b43d741d7f AuthDatabase/Core: Fixed duplicate includes 2020-05-21 15:18:36 -07:00
Rawaho
501d3c15ff Reworked command system and added RBAC based access permissions. 2020-05-22 03:11:42 +12:00
Rawaho
6ebe337877 Implemented database migrations.
Moved from database first to code first.
Upgraded to EFCore 3.1.
Upgraded to .NET Core 3.1.
2020-02-29 15:44:17 +13:00