Cmj.Owin.Security
1.0.0.4
dotnet add package Cmj.Owin.Security --version 1.0.0.4
NuGet\Install-Package Cmj.Owin.Security -Version 1.0.0.4
<PackageReference Include="Cmj.Owin.Security" Version="1.0.0.4" />
paket add Cmj.Owin.Security --version 1.0.0.4
#r "nuget: Cmj.Owin.Security, 1.0.0.4"
// Install Cmj.Owin.Security as a Cake Addin #addin nuget:?package=Cmj.Owin.Security&version=1.0.0.4 // Install Cmj.Owin.Security as a Cake Tool #tool nuget:?package=Cmj.Owin.Security&version=1.0.0.4
添加微信登录
- 微信
// 配置
app.UseWeixinAuthentication(new WeiXinAuthenticationOptions{
AppId = "[you appId]",
AppSecret = "[you app Secret]"
});
// 获取微信登录者信息
var weixinInfo = await AuthenticationManager.GetExternalWeiXinLoginInfoAsync();
- 微信公众号
// 配置
app.UseWeixinAuthentication(new WeiXinMPAuthenticationOptions{
AppId = "[you appId]",
AppSecret = "[you app Secret]"
});
// 获取微信登录者信息
var weixinInfo = await AuthenticationManager.GetExternalWeiXinLoginInfoAsync();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.Owin (>= 3.0.1)
- Microsoft.Owin.Security (>= 3.0.1)
- Microsoft.Owin.Security.zh-Hans (>= 3.0.1)
- Microsoft.Owin.zh-Hans (>= 3.0.1)
- Newtonsoft.Json (>= 9.0.1)
- Owin (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.