netcore-aspnet - Microsoft.AspNetCore.Authentication.Facebook 2.0.0

ASP.NET Core middleware that enables an application to support Facebook's OAuth 2.0 authentication workflow.

PM> Install-Package Microsoft.AspNetCore.Authentication.Facebook -Version 2.0.0 -Source https://www.myget.org/F/netcore-aspnet/api/v3/index.json

Copy to clipboard

> nuget.exe install Microsoft.AspNetCore.Authentication.Facebook -Version 2.0.0 -Source https://www.myget.org/F/netcore-aspnet/api/v3/index.json

Copy to clipboard

> dotnet add package Microsoft.AspNetCore.Authentication.Facebook --version 2.0.0 --source https://www.myget.org/F/netcore-aspnet/api/v3/index.json

Copy to clipboard
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="2.0.0" />
Copy to clipboard
source https://www.myget.org/F/netcore-aspnet/api/v3/index.json

nuget Microsoft.AspNetCore.Authentication.Facebook  ~> 2.0.0
Copy to clipboard

> choco install Microsoft.AspNetCore.Authentication.Facebook --version 2.0.0 --source https://www.myget.org/F/netcore-aspnet/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "netcore-aspnet" -SourceLocation "https://www.myget.org/F/netcore-aspnet/api/v2"
Install-Module -Name "Microsoft.AspNetCore.Authentication.Facebook" -RequiredVersion "2.0.0" -Repository "netcore-aspnet" 
Copy to clipboard

  • .NETStandard 2.0
    • Microsoft.AspNetCore.Authentication.OAuth (>= 2.0.0)
  • .NETStandard 2.0: 2.0.0.0

Owners

guodf

Authors

Microsoft

Project URL

https://asp.net/

License

Apache-2.0

Tags

aspnetcore authentication security

Info

0 total downloads
0 downloads for version 2.0.0
Download (13.01 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.0.0 13.01 KB Tue, 19 Sep 2017 15:02:18 GMT 0
1.1.2 21.4 KB Sat, 27 May 2017 06:47:33 GMT 0