Nemiro.OAuth
1.13.0
Nemiro.OAuth is a class library for authorization using 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/
Install-Package Nemiro.OAuth -Version 1.13.0
dotnet add package Nemiro.OAuth --version 1.13.0
<PackageReference Include="Nemiro.OAuth" Version="1.13.0" />
paket add Nemiro.OAuth --version 1.13.0
Release Notes
August 25, 2017
This package is no different from v1.13.0-beta1. Just removed from the status of beta testing.
* Added ResponseType to class OAuth2Client;
* Added default return URL to OdnoklassnikiClient;
* Added method SetAccessToken to class OAuthBase (only for OAuth v2.0 and token requests);
* Added method Get to class OAuthBase for strict type of clients;
* Added assembly for .NET v4.7;
* Changed type of the Version property. Now is Version type;
* Updated Facebook Graph API from v2.7 to v2.9;
* Updated VK API from v5.53 to v5.65;
* Changed method ParseParameters: added UrlDecore;
* Fixed YahooClient: Receiving a user GUID, if there is no such identifier in the headers.
Dependencies
This package has no dependencies.
Used By
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 History
Version | Downloads | Last updated |
---|---|---|
1.13.0 | 16,338 | 8/24/2017 |
1.13.0-beta1 | 502 | 6/25/2017 |
1.12.0 | 13,328 | 9/12/2016 |
1.12.0-beta2603 | 432 | 9/5/2016 |
1.12.0-beta2567 | 463 | 8/24/2016 |
1.11.2477 | 1,566 | 8/8/2016 |
1.11.0 | 1,219 | 7/11/2016 |
1.10.0 | 3,067 | 6/21/2015 |
1.9.0 | 999 | 3/19/2015 |
1.8.0 | 646 | 3/8/2015 |
1.7.0 | 1,483 | 2/11/2015 |
1.6.0 | 807 | 1/4/2015 |
1.5.0 | 611 | 12/27/2014 |
1.4.0 | 2,185 | 11/2/2014 |
1.3.0 | 721 | 10/23/2014 |
1.2.0 | 724 | 10/8/2014 |
1.1.4.367 | 640 | 7/20/2014 |