OAuth2 0.2.0-alpha

This is a prerelease version of OAuth2.
There is a newer version of this package available.
See the version list below for details.
dotnet add package OAuth2 --version 0.2.0-alpha
                    
NuGet\Install-Package OAuth2 -Version 0.2.0-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OAuth2" Version="0.2.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OAuth2" Version="0.2.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="OAuth2" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OAuth2 --version 0.2.0-alpha
                    
#r "nuget: OAuth2, 0.2.0-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=OAuth2&version=0.2.0-alpha&prerelease
                    
Install OAuth2 as a Cake Addin
#tool nuget:?package=OAuth2&version=0.2.0-alpha&prerelease
                    
Install OAuth2 as a Cake Tool

Easy to use (just 2 method calls) OAuth2 client. Allows you to perform user authentication via Google, Facebook, VK (Vkontakte), Yandex, Mail.Ru, Windows Live, Flickr, Instagram, Foursquare, Odnoklassniki.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on OAuth2:

Package Downloads
BotAuth.GenericOAuth2

This package is a generic OAuth2 authentication provider for using with the BotAuth package in a Bot Framework/BotBuilder Project.

TQLApp.Plugins.GitHub

Techie's Quick Launcher plugin for GitHub.

DashAPI

A client library for the Dash API's

Vern.Social

Vern Social

Vern.Social.Umbraco7

Social

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on OAuth2:

Repository Stars
exceptionless/Exceptionless
Exceptionless application
Version Downloads Last updated
0.10.3 24,276 2/25/2023
0.10.2 49,934 10/18/2021
0.10.1 56,555 10/12/2020
0.10.0 2,959 9/2/2020
0.9.13-pre 30,958 11/8/2018
0.9.12-pre 40,643 1/9/2018
0.9.11-pre 2,358 11/10/2017
0.9.10-pre 1,937 11/7/2017
0.9.8-pre 1,878 10/6/2017
0.8.40 95,841 9/3/2016
0.8.38 2,009 8/31/2016
0.8.37 15,827 6/10/2016
0.8.36 13,490 10/22/2015
0.8.35 2,757 9/27/2015
0.8.34 24,803 7/31/2014
0.8.33 1,994 7/28/2014
0.8.32 2,296 6/30/2014
0.8.31 2,124 6/23/2014
0.8.30 9,332 12/4/2013
0.8.29 5,237 9/24/2013
0.8.28 2,164 9/12/2013
0.8.27 2,057 9/11/2013
0.8.26 2,274 8/20/2013
0.8.25 2,308 7/30/2013
0.8.21 2,291 7/26/2013
0.8.20 2,063 7/25/2013
0.8.19 2,080 7/25/2013
0.8.18 2,058 7/25/2013
0.8.3 2,138 7/25/2013
0.8.2 2,397 6/8/2013
0.8.1 4,440 2/13/2013
0.8.0 2,455 12/18/2012
0.2.0-alpha 1,984 9/13/2012
0.1.2 2,508 7/31/2012
0.1.1 2,099 7/29/2012
0.1.0 2,218 7/29/2012

API was simplified, OAuth (version 1) support was added, several new clients were implemented.

Please note that this is alpha release, so if you'll encounter some issues, don't hesitate to inform us via project's issue tracker (https://github.com/titarenko/OAuth2/issues).