这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
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.
 
 
 
 
 
 
cKey 79bc9b62b1 upgrade abp framework 3.1.0 5 years ago
..
LINGYUN/Abp/IdentityModel change apigateway host init scripts and button type 5 years ago
LINGYUN.Abp.IdentityModel.csproj upgrade abp framework 3.1.0 5 years ago
README.md add inter-service invocation interface authorization cache 6 years ago

README.md

LINGYUN.Abp.IdentityModel

abp框架 IIdentityModelAuthenticationService接口缓存版本

因官方Volo.Abp.IdentityModel模块没有对接口授权缓存,每次内部调用都会请求IDS服务器,会加重IDS服务器压力, 创建使用缓存的接口实现

配置使用

模块按需引用,需要配置Volo.Abp.IdentityModel模块所需配置项

[DependsOn(typeof(AbpCachedIdentityModelModule))]
public class YouProjectModule : AbpModule
{
  // other
}