A2v10.Identity.Jwt 10.1.8319

There is a newer version of this package available.
See the version list below for details.
dotnet add package A2v10.Identity.Jwt --version 10.1.8319                
NuGet\Install-Package A2v10.Identity.Jwt -Version 10.1.8319                
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="A2v10.Identity.Jwt" Version="10.1.8319" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add A2v10.Identity.Jwt --version 10.1.8319                
#r "nuget: A2v10.Identity.Jwt, 10.1.8319"                
#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 A2v10.Identity.Jwt as a Cake Addin
#addin nuget:?package=A2v10.Identity.Jwt&version=10.1.8319

// Install A2v10.Identity.Jwt as a Cake Tool
#tool nuget:?package=A2v10.Identity.Jwt&version=10.1.8319                

About

A2v10.Identity.Jwt is a set of Jwt bearer identity services for the A2v10 platform applications.

How to use

// T - type of user identifier

services.AddPlatformIdentityCore<T>()
.AddIdentityConfiguration<T>(configuration)
.AddPlatformAuthentication()
.AddPlatformJwtBearer(configuration);

appsettings.json configuration

"Authentication": {
    "JwtBearer": {
        "Issuer": "token issuer",
        "Audience": "token Audience",
        "ExpireMinutes": 10080,
        "SecurityKey": "<SecurityKeyValue> (min 16 chars)"
    }
},
"Identity": {
    "UserStore": {
        "DataSource": "Connection String Name",
        "Schema": "Database Schema",
        "MultiTenant": true
    }
}

Feedback

A2v10.Identity.Jwt is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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 is compatible.  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. 
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
10.1.8336 54 8/15/2024
10.1.8332 57 8/7/2024
10.1.8328 37 7/31/2024
10.1.8327 59 7/25/2024
10.1.8325 79 7/23/2024
10.1.8322 78 7/17/2024
10.1.8319 83 7/10/2024
10.1.8315 79 7/5/2024
10.1.8306 88 6/20/2024
10.1.8305 82 6/18/2024
10.1.8303 79 6/13/2024
10.1.8301 68 6/8/2024
10.1.8296 281 5/29/2024
10.1.8295 76 5/28/2024
10.1.8288 94 5/15/2024
10.1.8286 77 5/14/2024
10.1.8282 92 5/8/2024
10.1.8280 112 4/26/2024
10.1.8276 218 4/15/2024
10.1.8275 101 4/7/2024
10.1.8272 116 4/4/2024
10.1.8271 117 3/30/2024
10.1.8269 140 3/22/2024
10.1.8268 92 3/18/2024
10.1.8267 108 3/18/2024
10.1.8266 77 3/16/2024
10.1.8263 151 3/13/2024
10.1.8261 103 3/8/2024
10.1.8260 135 3/5/2024
10.1.8259 90 2/28/2024
10.1.8255 83 2/25/2024
10.1.8251 153 2/23/2024
10.1.8244 123 2/22/2024
10.1.8243 102 2/16/2024
10.1.8236 224 2/4/2024
10.1.8235 74 2/3/2024
10.1.8233 113 1/30/2024
10.1.8226 103 1/18/2024
10.1.8222 93 1/11/2024
10.1.8220 102 1/10/2024
10.1.8214 118 1/2/2024
10.1.8213 95 12/31/2023
10.1.8198 169 12/21/2023
10.1.8188 119 12/9/2023
10.1.8186 242 11/29/2023
10.1.8184 114 11/24/2023
10.1.8180 105 11/18/2023
10.1.8171 163 11/9/2023
10.1.8168 122 11/6/2023
10.1.8163 140 10/25/2023
10.1.8162 175 10/11/2023
10.1.8155 92 9/16/2023
10.1.8150 109 9/3/2023
10.1.8143 123 8/22/2023
10.1.8135 121 8/13/2023
10.1.8134 132 8/5/2023
10.1.8124 192 7/24/2023
10.1.8117 152 7/13/2023
10.1.8114 153 7/7/2023
10.1.8111 162 6/13/2023
10.1.8110 146 6/13/2023
10.1.8109 152 6/12/2023
10.1.8092 195 3/12/2023
10.1.8091 194 3/7/2023
10.1.8086 286 1/29/2023
10.1.8076 464 10/21/2022
10.1.8071 480 7/18/2022
10.1.8070 500 6/18/2022
10.1.8057 486 5/14/2022
10.1.8056 495 4/21/2022
10.1.8052 529 2/8/2022
10.1.8051 519 1/22/2022
10.1.8050 515 1/20/2022
10.1.8047 451 11/7/2021
10.1.8046 487 9/18/2021
10.1.8045 417 9/13/2021
10.1.8044 464 9/11/2021
10.1.8041 445 8/20/2021
10.1.8040 464 8/2/2021
10.1.8034 403 7/27/2021
10.1.8013 419 7/16/2021
10.1.8012 448 7/8/2021
10.1.8011 419 7/8/2021