Sign in Sign up
nuget

Cmj.Owin.Security

添加微信登录 - 微信 // 配置 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();

nuget View on Nuget

Activity

Latest release
9y ago
Total releases
5
Cadence
~6 months
Last 12 months
0

Details

First release
Jul 15, 2015
Releases
Version Released
1.0.0.4 patch
1.0.0.3 patch
1.0.0.2 patch
1.0.0.1 patch
1.0.0 initial