Brik.Security.VkontakteMiddleware
1.0.0
用于使用 Vkontakte 对用户进行身份验证的 ASP.NET Core 中间件
PM> Install-Package Brik.Security.VkontakteMiddleware -Pre
app . UseVkontakteAuthentication ( new VkontakteOptions
{
ClientId = Configuration [ "vkontakte:appid" ] ,
ClientSecret = Configuration [ "vkontakte:appsecret" ] ,
SaveTokens = true
} ) ;
https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/tree/dev/src/AspNet.Security.OAuth.Vkontakte