PivoQ was another concept I tried out, and to save time and resources it used KinaUna's IDP services for user accounts, authentication, and authorization.
Data/Models/UserInfo.cs:
Removed IsKinaUnaUser
Removed IsPivoqUser
Removed IsPivoqAdmin
ProgenyApi/Controllers/UserInfoControler:
Removed code that references the above properties.
ProgenyApi/Services/UserInfoServices.cs:
Removed code that references the above properties.
Web/Services/ProgenyManager.cs:
Removed code that references the above properties.
PivoQ was another concept I tried out, and to save time and resources it used KinaUna's IDP services for user accounts, authentication, and authorization.
Data/Models/UserInfo.cs:
ProgenyApi/Controllers/UserInfoControler:
ProgenyApi/Services/UserInfoServices.cs:
Web/Services/ProgenyManager.cs: