A2v10.Identity.Jwt 10.1.8545

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.8545
                    
NuGet\Install-Package A2v10.Identity.Jwt -Version 10.1.8545
                    
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.8545" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="A2v10.Identity.Jwt" Version="10.1.8545" />
                    
Directory.Packages.props
<PackageReference Include="A2v10.Identity.Jwt" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add A2v10.Identity.Jwt --version 10.1.8545
                    
#r "nuget: A2v10.Identity.Jwt, 10.1.8545"
                    
#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.
#:package A2v10.Identity.Jwt@10.1.8545
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=A2v10.Identity.Jwt&version=10.1.8545
                    
Install as a Cake Addin
#tool nuget:?package=A2v10.Identity.Jwt&version=10.1.8545
                    
Install as a Cake Tool

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 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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.8563 210 7/26/2025
10.1.8562 142 7/9/2025
10.1.8558 142 6/19/2025
10.1.8556 130 6/14/2025
10.1.8554 248 6/9/2025
10.1.8553 146 6/4/2025
10.1.8551 121 5/30/2025
10.1.8549 172 5/20/2025
10.1.8547 227 5/14/2025
10.1.8545 154 5/7/2025
10.1.8542 120 4/25/2025
10.1.8540 171 4/21/2025
10.1.8535 189 3/12/2025
10.1.8534 189 3/10/2025
10.1.8529 125 2/25/2025
10.1.8526 123 2/16/2025
10.1.8524 124 2/13/2025
10.1.8521 121 2/8/2025
10.1.8510 122 1/18/2025
10.1.8509 101 1/15/2025
10.1.8508 946 1/11/2025
10.1.8506 108 1/8/2025
10.1.8504 126 12/21/2024
10.1.8503 130 12/5/2024
10.1.8500 120 11/19/2024
10.1.8363 284 11/3/2024
10.1.8360 124 10/25/2024
10.1.8358 131 10/25/2024
10.1.8351 141 10/9/2024
10.1.8348 145 10/5/2024
10.1.8347 127 10/1/2024
10.1.8346 137 9/29/2024
10.1.8341 158 9/6/2024
10.1.8340 152 9/2/2024
10.1.8339 151 8/24/2024
10.1.8338 165 8/23/2024
10.1.8336 147 8/15/2024
10.1.8332 147 8/7/2024
10.1.8328 101 7/31/2024
10.1.8327 135 7/25/2024
10.1.8325 134 7/23/2024
10.1.8322 134 7/17/2024
10.1.8319 155 7/10/2024
10.1.8315 148 7/5/2024
10.1.8306 154 6/20/2024
10.1.8305 140 6/18/2024
10.1.8303 126 6/13/2024
10.1.8301 130 6/8/2024
10.1.8296 578 5/29/2024
10.1.8295 136 5/28/2024
10.1.8288 139 5/15/2024
10.1.8286 136 5/14/2024
10.1.8282 159 5/8/2024
10.1.8280 184 4/26/2024
10.1.8276 280 4/15/2024
10.1.8275 165 4/7/2024
10.1.8272 183 4/4/2024
10.1.8271 175 3/30/2024
10.1.8269 199 3/22/2024
10.1.8268 159 3/18/2024
10.1.8267 162 3/18/2024
10.1.8266 143 3/16/2024
10.1.8263 220 3/13/2024
10.1.8261 158 3/8/2024
10.1.8260 195 3/5/2024
10.1.8259 152 2/28/2024
10.1.8255 142 2/25/2024
10.1.8251 217 2/23/2024
10.1.8244 184 2/22/2024
10.1.8243 166 2/16/2024
10.1.8236 272 2/4/2024
10.1.8235 154 2/3/2024
10.1.8233 176 1/30/2024
10.1.8226 170 1/18/2024
10.1.8222 159 1/11/2024
10.1.8220 157 1/10/2024
10.1.8214 173 1/2/2024
10.1.8213 152 12/31/2023
10.1.8198 223 12/21/2023
10.1.8188 189 12/9/2023
10.1.8186 293 11/29/2023
10.1.8184 154 11/24/2023
10.1.8180 158 11/18/2023
10.1.8171 221 11/9/2023
10.1.8168 164 11/6/2023
10.1.8163 182 10/25/2023
10.1.8162 228 10/11/2023
10.1.8155 145 9/16/2023
10.1.8150 171 9/3/2023
10.1.8143 177 8/22/2023
10.1.8135 182 8/13/2023
10.1.8134 197 8/5/2023
10.1.8124 253 7/24/2023
10.1.8117 214 7/13/2023
10.1.8114 221 7/7/2023
10.1.8111 225 6/13/2023
10.1.8110 207 6/13/2023
10.1.8109 215 6/12/2023
10.1.8092 258 3/12/2023
10.1.8091 256 3/7/2023
10.1.8086 372 1/29/2023
10.1.8076 550 10/21/2022
10.1.8071 578 7/18/2022
10.1.8070 588 6/18/2022
10.1.8057 574 5/14/2022
10.1.8056 583 4/21/2022
10.1.8052 623 2/8/2022
10.1.8051 595 1/22/2022
10.1.8050 612 1/20/2022
10.1.8047 549 11/7/2021
10.1.8046 586 9/18/2021
10.1.8045 509 9/13/2021
10.1.8044 557 9/11/2021
10.1.8041 536 8/20/2021
10.1.8040 563 8/2/2021
10.1.8034 491 7/27/2021
10.1.8013 506 7/16/2021
10.1.8012 545 7/8/2021
10.1.8011 515 7/8/2021