BstAuthentication.Bomsite 9.0.1
How to use
ApplicationDbContext: OnModelCreating:
builder.ConfigureErrors();
Program.cs
services.AddErrorService<ApplicationDbContext>(o => {
o.UserTypeClaim = ClaimType.UserType;
o.IsDevelopment = !isProduction;
});
No packages depend on BstAuthentication.Bomsite.
.NET 9.0
- Newtonsoft.Json (>= 13.0.3)