ASP.NET Core middleware that enables an application to support the Weixin OAuth authentication workflow.
Info
| Version: | 2.1.301 |
| Author(s): | AspNetCore.WeixinOAuth |
| Last Update: | Tuesday, June 12, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/myvas/AspNetCore.WeixinOAuth |
| NuGet Url: | https://www.nuget.org/packages/AspNetCore.WeixinOAuth |
Install
Install-Package AspNetCore.WeixinOAuth
dotnet add package AspNetCore.WeixinOAuth
paket add AspNetCore.WeixinOAuth
AspNetCore.WeixinOAuth Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication.OAuth(>= 2.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.0.0)
- System.IO.Compression(>= 4.3.0)
Tags