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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| LINGYUN/Abp/IdentityModel | 5 years ago | |
| LINGYUN.Abp.IdentityModel.csproj | 4 years ago | |
| README.md | 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
}