145 Star 888 Fork 287

慕容 / CollectiveOAuth

 / 详情

你这个缓存要改过来吧!!

待办的
创建于  
2020-10-28 12:17

Cache/HttpRuntimeCache.cs 中
public static IMemoryCache memoryCache => new MemoryCache(new MemoryCacheOptions() { });

这个坑了我一天

评论 (2)

SOWhat 创建了任务
SOWhat 关联仓库设置为wei.fu/CollectiveOAuth
展开全部操作日志

.net 5 这个缓存获取不到 state, 导致 {"code":5000,"msg":"Illegal state","data":null}

改成
public static IMemoryCache memoryCache = new MemoryCache(new MemoryCacheOptions() { });

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(2)
2018878 ljj41138749 1679971219
C#
1
https://gitee.com/rthinking/CollectiveOAuth.git
git@gitee.com:rthinking/CollectiveOAuth.git
rthinking
CollectiveOAuth
CollectiveOAuth

搜索帮助