Auth0-ASPNET-Owin 2.3.2

Details
Advisory: https://github.com/advisories/GHSA-mmhr-3jr7-qj2p Severity: high
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Auth0-ASPNET-Owin --version 2.3.2
NuGet\Install-Package Auth0-ASPNET-Owin -Version 2.3.2
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-ASPNET-Owin" Version="2.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Auth0-ASPNET-Owin --version 2.3.2
#r "nuget: Auth0-ASPNET-Owin, 2.3.2"
#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-ASPNET-Owin as a Cake Addin
#addin nuget:?package=Auth0-ASPNET-Owin&version=2.3.2

// Install Auth0-ASPNET-Owin as a Cake Tool
#tool nuget:?package=Auth0-ASPNET-Owin&version=2.3.2

OWIN Middleware to integrate Auth0 into your ASP.NET Application.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

2.3.2
     - Minor update to the readme file

     2.3.0
     - Added OnApplyLogout delegate to Auth0AuthenticationProvider to allow overriding behaviour when redirecting to the Auth0 Logout endpoint
     
     2.2.2
     - Remove some non-required dependencies from NuGet package

     2.2.1
     - Fix issue with RequestPathBase not being taken into consideration (auth0/auth0-aspnet-owin#50)

     2.2.0
     - Adds support for ErrorRedirectPath to redirect user when error occurs during login

     2.1.0
     - Adds support for Federated logout

     2.0.0
     - Support for OIDC clients