We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a30f5 commit c4183bfCopy full SHA for c4183bf
aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Identity/IdentityRegistrar.cs
@@ -25,6 +25,7 @@ public static void Register(IServiceCollection services)
25
.AddAbpSignInManager<SignInManager>()
26
.AddAbpSecurityStampValidator<SecurityStampValidator>()
27
.AddAbpUserClaimsPrincipalFactory<UserClaimsPrincipalFactory>()
28
+ .AddPermissionChecker<PermissionChecker>()
29
.AddDefaultTokenProviders();
30
}
31
0 commit comments