Auth0.AspNetCore.Authentication
1.2.0
.NET 6.0
dotnet add package Auth0.AspNetCore.Authentication --version 1.2.0
NuGet\Install-Package Auth0.AspNetCore.Authentication -Version 1.2.0
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="Auth0.AspNetCore.Authentication" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Auth0.AspNetCore.Authentication --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Auth0.AspNetCore.Authentication, 1.2.0"
#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.
// Install Auth0.AspNetCore.Authentication as a Cake Addin
#addin nuget:?package=Auth0.AspNetCore.Authentication&version=1.2.0
// Install Auth0.AspNetCore.Authentication as a Cake Tool
#tool nuget:?package=Auth0.AspNetCore.Authentication&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Auth0 authentication middleware for ASP.NET Core.
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 6.0.14)
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 6.27.0)
- System.Text.Encodings.Web (>= 4.7.2)
-
net7.0
- Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 7.0.3)
- System.Text.Encodings.Web (>= 4.7.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Auth0.AspNetCore.Authentication:
Package | Downloads |
---|---|
Hood.Core
Package Description |
|
DBN.Auth.Auth0
.NET library for easy Auth0 integration |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Auth0.AspNetCore.Authentication:
Repository | Stars |
---|---|
davidfowl/TodoApi
Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
|