文件名称:Orleans.IdentityStore:使用Orleans作为ASP Core的身份存储
文件大小:986KB
文件格式:ZIP
更新时间:2024-03-12 13:27:20
C#
奥尔良身份商店
利用Orleans的强大功能,使用谷物存储来保留用户凭据。
入门
安装nuget软件包后,请执行以下操作:
SiloBuilder:
siloBuilder.UseOrleanIdentityStore() // Add identity store
存储提供商
使用的谷物存储提供商是OrleansIdentityStore
ASP核心启动:
// Add identity
services
.AddDefaultIdentity
【文件预览】:
Orleans.IdentityStore-master
----.gitignore(6KB)
----Orleans.IdentityStore.sln(4KB)
----sample()
--------Interfaces()
--------AspNetCoreCohosting.sln(4KB)
--------Web()
--------Grains()
----src()
--------Orleans.IdentityStore()
----CODEOWNERS(9B)
----LICENSE(11KB)
----.github()
--------workflows()
----README.md(685B)
----tests()
--------Orleans.IdentityStore.Tests()