Nemiro.OAuth
1.12.0-beta2603
See the version list below for details.
dotnet add package Nemiro.OAuth --version 1.12.0-beta2603
NuGet\Install-Package Nemiro.OAuth -Version 1.12.0-beta2603
<PackageReference Include="Nemiro.OAuth" Version="1.12.0-beta2603" />
paket add Nemiro.OAuth --version 1.12.0-beta2603
#r "nuget: Nemiro.OAuth, 1.12.0-beta2603"
// Install Nemiro.OAuth as a Cake Addin #addin nuget:?package=Nemiro.OAuth&version=1.12.0-beta2603&prerelease // Install Nemiro.OAuth as a Cake Tool #tool nuget:?package=Nemiro.OAuth&version=1.12.0-beta2603&prerelease
Nemiro.OAuth is a class library for authorization via OAuth protocol in .NET Framework.
The library provides mechanisms for implementing OAuth clients, and also contains a ready-to-use clients for popular websites.
Nemiro.OAuth is licensed under the Apache License Version 2.0.
Features
* Support OAuth 1.0 and 2.0;
* Obtaining basic information about users: ID, name, sex, date of birth, email address and telephone number;
* Ready-to-Use OAuth clients for: Amazon, Assembla, CodeProject, Dropbox, Facebook, Foursquare, GitHub, Google, Instagram, LinkedIn, Microsoft Live, Mail.Ru, Odnoklassniki, SoundCloud, SourceForge, Tumblr, Twitter, VKontakte, Yahoo! and Yandex;
* Base classes to create additional clients;
* Basic principles of operation with API of different providers;
* Unified mechanisms to facilitate integration with a variety of API.
Less code, more functionality!
Demo: http://demo-oauth.nemiro.net/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 is compatible. net46 is compatible. net461 is compatible. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Nemiro.OAuth:
Package | Downloads |
---|---|
Nemiro.OAuth.LoginForms
Ready-to-use authorization forms (Windows Forms only) for popular sites using OAuth: Google, Facebook, Twitter, Dropbox, Yandex etc. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.13.0 | 63,035 | 8/24/2017 |
1.13.0-beta1 | 1,368 | 6/25/2017 |
1.12.0 | 17,039 | 9/12/2016 |
1.12.0-beta2603 | 1,255 | 9/5/2016 |
1.12.0-beta2567 | 1,352 | 8/24/2016 |
1.11.2477 | 2,903 | 8/8/2016 |
1.11.0 | 2,493 | 7/11/2016 |
1.10.0 | 9,841 | 6/21/2015 |
1.9.0 | 2,048 | 3/19/2015 |
1.8.0 | 1,689 | 3/8/2015 |
1.7.0 | 2,898 | 2/11/2015 |
1.6.0 | 2,282 | 1/4/2015 |
1.5.0 | 1,979 | 12/27/2014 |
1.4.0 | 4,236 | 11/2/2014 |
1.3.0 | 1,967 | 10/23/2014 |
1.2.0 | 1,987 | 10/8/2014 |
1.1.4.367 | 1,878 | 7/20/2014 |
September 5, 2016
* Added custom state into authorization requests;
* Added the ability to create custom providers for manage authorization requests;
* Added automatic serialization to JSON and XML for RequestBody;
* Changed HttpParameterType. Added item <None> into the first position, the remaining elements are shifted one step;
* HttpParameterCollection.ToStringParameters only for Url and Unformed parameters;
* HttpParameterCollection.ToRequestBody is discarded.