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