AspNetCore.Security.OAuth.Vkontakte
1.0.1
ASP.NET Core security middleware enabling Vkontakte authentication.
Install-Package AspNetCore.Security.OAuth.Vkontakte -Version 1.0.1
dotnet add package AspNetCore.Security.OAuth.Vkontakte --version 1.0.1
<PackageReference Include="AspNetCore.Security.OAuth.Vkontakte" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.Security.OAuth.Vkontakte --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspNetCore.Security.OAuth.Vkontakte, 1.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install AspNetCore.Security.OAuth.Vkontakte as a Cake Addin #addin nuget:?package=AspNetCore.Security.OAuth.Vkontakte&version=1.0.1 // Install AspNetCore.Security.OAuth.Vkontakte as a Cake Tool #tool nuget:?package=AspNetCore.Security.OAuth.Vkontakte&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Support VK email from access_token response.
Now, if you set the 'email' scope, you can get email value like the others claims:
_signInManager.GetExternalLoginInfoAsync().Principal.FindFirstValue(ClaimTypes.Email)
Dependencies
-
.NETStandard 1.6
- JetBrains.Annotations (>= 10.1.5)
- Microsoft.AspNetCore.Authentication.OAuth (>= 1.0.0)
- NETStandard.Library (>= 1.6.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.