NServiceKit.Authentication.OAuth2
1.0.43
Free and Open Source fork of ServiceStack V3
Adds OAuth2 Providers for use in NServiceKit Web and REST Services.
Includes built-in support for Google and LinkedIn OAuth2 providers.
More Info on Auth Providers:
https://github.com/NServiceKit/NServiceKit/wiki/Authentication-and-authorization
Install-Package NServiceKit.Authentication.OAuth2 -Version 1.0.43
dotnet add package NServiceKit.Authentication.OAuth2 --version 1.0.43
<PackageReference Include="NServiceKit.Authentication.OAuth2" Version="1.0.43" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NServiceKit.Authentication.OAuth2 --version 1.0.43
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NServiceKit.Authentication.OAuth2, 1.0.43"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install NServiceKit.Authentication.OAuth2 as a Cake Addin
#addin nuget:?package=NServiceKit.Authentication.OAuth2&version=1.0.43
// Install NServiceKit.Authentication.OAuth2 as a Cake Tool
#tool nuget:?package=NServiceKit.Authentication.OAuth2&version=1.0.43
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- DotNetOpenAuth.Ultimate
- NServiceKit (>= 1.0.0 && < 2.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.