Brik.Security.VkontakteMiddleware
1.0.0
มิดเดิลแวร์ ASP.NET Core สำหรับการตรวจสอบสิทธิ์ผู้ใช้โดยใช้ Vkontakte
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