![]() |
VOOZH | about |
dotnet add package AspNet.Security.OAuth.Feishu.Identity --version 10.0.0
NuGet\Install-Package AspNet.Security.OAuth.Feishu.Identity -Version 10.0.0
<PackageReference Include="AspNet.Security.OAuth.Feishu.Identity" Version="10.0.0" />
<PackageVersion Include="AspNet.Security.OAuth.Feishu.Identity" Version="10.0.0" />Directory.Packages.props
<PackageReference Include="AspNet.Security.OAuth.Feishu.Identity" />Project file
paket add AspNet.Security.OAuth.Feishu.Identity --version 10.0.0
#r "nuget: AspNet.Security.OAuth.Feishu.Identity, 10.0.0"
#:package AspNet.Security.OAuth.Feishu.Identity@10.0.0
#addin nuget:?package=AspNet.Security.OAuth.Feishu.Identity&version=10.0.0Install as a Cake Addin
#tool nuget:?package=AspNet.Security.OAuth.Feishu.Identity&version=10.0.0Install as a Cake Tool
builder.Services.AddAuthentication()
.AddFeishu(options =>
{
options.ClientId = "cli_xxxxxx3671f85013";
options.ClientSecret = "wXXXXXXXXXXXXXXXXU2Ecrh7Qxlly3fbu";
options.SaveTokens = true;
options.ClaimActions.MapFullClaims();
});
var info = await signInManager.GetExternalLoginInfoAsync();
var user = info.MapToIdentityUser();
logger.Debug(user);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.