Go to my github
摘要: 第 8 章 认证和安全 8.2 ASP.NET Core Identity Identity 是 ASP.NET Core 中提供的对用户和角色等信息进行存储与管理的系统 Identity 由3层构成,最底层为 Store 层,即存储层,包含 IUserStore 接口与 IRoleStore 接口 阅读全文
posted @ 2020-08-12 02:24 郑子铭 阅读(327) 评论(2) 推荐(0)