You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
494 B
494 B
LINGYUN.Abp.IdentityModel
abp框架 IIdentityModelAuthenticationService接口缓存版本
因官方Volo.Abp.IdentityModel模块没有对接口授权缓存,每次内部调用都会请求IDS服务器,会加重IDS服务器压力, 创建使用缓存的接口实现
配置使用
模块按需引用,需要配置Volo.Abp.IdentityModel模块所需配置项
[DependsOn(typeof(AbpCachedIdentityModelModule))]
public class YouProjectModule : AbpModule
{
// other
}