TourmalineCore.AspNetCore.JwtAuthentication.Core
0.1.0
See the version list below for details.
dotnet add package TourmalineCore.AspNetCore.JwtAuthentication.Core --version 0.1.0
NuGet\Install-Package TourmalineCore.AspNetCore.JwtAuthentication.Core -Version 0.1.0
<PackageReference Include="TourmalineCore.AspNetCore.JwtAuthentication.Core" Version="0.1.0" />
paket add TourmalineCore.AspNetCore.JwtAuthentication.Core --version 0.1.0
#r "nuget: TourmalineCore.AspNetCore.JwtAuthentication.Core, 0.1.0"
// Install TourmalineCore.AspNetCore.JwtAuthentication.Core as a Cake Addin #addin nuget:?package=TourmalineCore.AspNetCore.JwtAuthentication.Core&version=0.1.0 // Install TourmalineCore.AspNetCore.JwtAuthentication.Core as a Cake Tool #tool nuget:?package=TourmalineCore.AspNetCore.JwtAuthentication.Core&version=0.1.0
This library can work with version .NET Core 3.0 and higher. In order to ensure compatibility of the library with .NET Core 3.0, we use Microsoft.AspNetCore.Authentication.JwtBearer version 3.0.3.
This library contains middleware and authentication extensions.
With this library, you can very easily connect the JWT-based authentication to your project.
Also, this library allows to override the logic of username and password validation and allows to override route to login endpoint.
The library provides the ability to use a debug token to avoid the need to enter a username and password when the lifetime of the JWT expires.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
-
.NETCoreApp 3.0
- Microsoft.AspNetCore.Authentication.JwtBearer (= 3.0.3)
- Microsoft.IdentityModel.Tokens (>= 6.8.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on TourmalineCore.AspNetCore.JwtAuthentication.Core:
Package | Downloads |
---|---|
TourmalineCore.AspNetCore.JwtAuthentication.Identity
Collection of middleware, providing a JWT-based authentication using Microsoft's Identity and EF Core. |
GitHub repositories
This package is not used by any popular GitHub repositories.