Owin.Security.Providers
1.4.0-alpha
See the version list below for details.
dotnet add package Owin.Security.Providers --version 1.4.0-alpha
NuGet\Install-Package Owin.Security.Providers -Version 1.4.0-alpha
<PackageReference Include="Owin.Security.Providers" Version="1.4.0-alpha" />
paket add Owin.Security.Providers --version 1.4.0-alpha
#r "nuget: Owin.Security.Providers, 1.4.0-alpha"
// Install Owin.Security.Providers as a Cake Addin #addin nuget:?package=Owin.Security.Providers&version=1.4.0-alpha&prerelease // Install Owin.Security.Providers as a Cake Tool #tool nuget:?package=Owin.Security.Providers&version=1.4.0-alpha&prerelease
Additional OAuth providers for Katana (OWIN). Includes providers for
- LinkedIn
- Yahoo
- Google+
- GitHub
- Reddit
- OpenID 2.0 providers
- Steam
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.Owin.Security (>= 2.0.2)
- Newtonsoft.Json (>= 5.0.8)
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Owin.Security.Providers:
Repository | Stars |
---|---|
aspnet/AspNetWebHooks
Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
|
|
Adoxio/xRM-Portals-Community-Edition
The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.
|
Version | Downloads | Last updated |
---|---|---|
1.18.0 | 170 | 5/4/2015 |
1.17.1 | 1,504 | 4/9/2015 |
1.17.0 | 48 | 4/9/2015 |
1.17.0-pre | 176 | 4/7/2015 |
1.16.0 | 1,015 | 3/26/2015 |
1.15.0 | 618 | 3/15/2015 |
1.14.0 | 3,598 | 2/7/2015 |
1.13.0 | 1,027 | 1/14/2015 |
1.12.1 | 4,366 | 12/3/2014 |
1.12.0 | 549 | 11/24/2014 |
1.11.0 | 851 | 11/12/2014 |
1.10.0 | 728 | 11/3/2014 |
1.9.1 | 336 | 11/3/2014 |
1.9.0 | 1,733 | 9/25/2014 |
1.8.1 | 2,063 | 8/23/2014 |
1.8.0 | 150 | 8/21/2014 |
1.7.0 | 2,479 | 7/21/2014 |
1.6.0 | 350 | 7/13/2014 |
1.5.1 | 82 | 7/12/2014 |
1.5.0 | 1,523 | 5/18/2014 |
1.4.4 | 421 | 5/5/2014 |
1.4.3 | 56 | 5/5/2014 |
1.4.2 | 116 | 4/10/2014 |
1.4.1 | 75 | 4/4/2014 |
1.4.0 | 2,296 | 4/3/2014 |
1.4.0-alpha | 52 | 4/3/2014 |
1.3.1 | 59 | 3/24/2014 |
1.3.0 | 3,172 | 2/17/2014 |
1.2.1 | 158 | 1/28/2014 |
1.2.0 | 57 | 1/24/2014 |
1.1.0 | 68 | 11/27/2013 |
1.1.0-pre | 52 | 11/27/2013 |
1.0.0 | 60 | 11/26/2013 |
1.0.0-pre | 46 | 11/26/2013 |
Version 1.4
- Integrated the Google+ provider from the Nuget package Owin.Security.GooglePlus
- Added support for requesting offline tokens and moment types to the Google+ provider
Version 1.3.1
- Allows authentication against GitHub enterprise by specifying custom OAuth URLs
Version 1.3
- Add support for authenticating with Reddit (Thanks to https://github.com/josephyanks)
Version 1.2.1:
- Bug fixes to OpenID provider
- Adds the possibility to skip the discovery phase for OpenID provider by indicating directly the provider login uri instead of the provider discovery uri
Version 1.2:
- Adds support for authenticating against OpenID 2.0 providers and Steam (Thanks to https://github.com/laedit)