Forum Discussion

Stesvis's avatar
Stesvis
Copper Contributor
Nov 30, 2023

Custom IdentityRole in .NET 8

I am working on a .NET 8 API project and I had to customize the IdentityRole to add an extra column Order, so I created a custom ApplicationRole class:   public class ApplicationRole : Identit...

Resources