JMS.Token
9.0.0
dotnet add package JMS.Token --version 9.0.0
NuGet\Install-Package JMS.Token -Version 9.0.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="JMS.Token" Version="9.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JMS.Token" Version="9.0.0" />
<PackageReference Include="JMS.Token" />
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 JMS.Token --version 9.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: JMS.Token, 9.0.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.
#:package JMS.Token@9.0.0
#: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=JMS.Token&version=9.0.0
#tool nuget:?package=JMS.Token&version=9.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
基于JMS.Token的身份验证
services.AddJmsTokenAuthentication(new NetAddress("127.0.0.1", 9911));
用依赖注入获取TokenClient实例,生成token
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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.
-
net9.0
- JMS.Common (>= 9.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on JMS.Token:
Package | Downloads |
---|---|
JMS.Token.AspNetCore
基于JMS.Token的身份验证 services.AddJmsTokenAspNetCore(new NetAddress("127.0.0.1", 9911),new string[]{"Authorization"}); app.UseAuthentication(); app.UseAuthorization(); 如果通过验证,controller中通过下面代码获取token内容: this.User.FindFirstValue("Content") 用依赖注入获取TokenClient实例,生成token |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
9.0.0 | 166 | 5/21/2025 |
9.0.0-beta.1.0.1 | 209 | 5/14/2025 |
8.0.0-beta | 145 | 5/9/2025 |
1.8.0 | 159 | 3/29/2025 |
1.7.10 | 142 | 12/19/2024 |
1.7.9 | 170 | 11/8/2024 |
1.7.8 | 162 | 11/7/2024 |
1.7.7 | 190 | 9/10/2024 |
1.7.6 | 193 | 9/10/2024 |
1.7.5 | 195 | 7/9/2024 |
1.7.3 | 189 | 6/24/2024 |
1.7.1 | 190 | 6/24/2024 |
1.7.0 | 218 | 6/7/2024 |
1.6.1 | 164 | 5/31/2024 |
1.6.0 | 198 | 3/20/2024 |
1.5.0 | 263 | 12/30/2023 |
1.3.2 | 215 | 12/19/2023 |
1.3.1 | 196 | 12/18/2023 |
1.3.0 | 249 | 11/1/2023 |
1.2.9 | 204 | 10/20/2023 |
1.2.8 | 213 | 9/22/2023 |
1.2.7 | 237 | 8/30/2023 |
1.2.6 | 209 | 8/30/2023 |
1.2.5 | 288 | 8/4/2023 |
1.2.3 | 290 | 7/14/2023 |
1.2.2 | 286 | 6/30/2023 |
1.2.1 | 275 | 6/30/2023 |
1.2.0 | 313 | 6/9/2023 |
1.1.5 | 313 | 5/15/2023 |
1.1.3 | 308 | 5/11/2023 |
1.1.2 | 310 | 5/8/2023 |
1.1.1 | 309 | 5/5/2023 |
1.1.0 | 299 | 5/5/2023 |
1.0.3 | 329 | 4/28/2023 |
1.0.2.9 | 323 | 4/27/2023 |
1.0.2.8 | 312 | 4/25/2023 |
1.0.2.7 | 330 | 4/19/2023 |
1.0.2.6 | 339 | 4/19/2023 |
1.0.2.5 | 447 | 4/16/2023 |
1.0.2.3 | 358 | 4/15/2023 |
1.0.2.2 | 343 | 4/15/2023 |
1.0.2.1 | 341 | 4/15/2023 |
1.0.2 | 351 | 4/15/2023 |
1.0.1.10 | 373 | 4/8/2023 |
1.0.1.9 | 351 | 4/6/2023 |
1.0.1.8 | 357 | 4/5/2023 |
1.0.1.7 | 377 | 3/30/2023 |
1.0.1.6 | 398 | 3/29/2023 |
1.0.1.5 | 420 | 3/29/2023 |
1.0.1.3 | 434 | 3/14/2023 |
1.0.1.2 | 531 | 1/5/2023 |
1.0.1.1 | 541 | 1/5/2023 |
1.0.1 | 529 | 1/5/2023 |
1.0.0.25 | 551 | 1/1/2023 |
1.0.0.23 | 580 | 12/5/2022 |
1.0.0.22 | 575 | 11/29/2022 |
1.0.0.21 | 619 | 11/26/2022 |
1.0.0.20 | 393 | 11/26/2022 |
1.0.0.19 | 604 | 11/18/2022 |
1.0.0.18 | 403 | 11/16/2022 |
1.0.0.17 | 591 | 12/16/2021 |
1.0.0.16 | 671 | 6/15/2021 |
1.0.0.15 | 928 | 6/10/2021 |
1.0.0.13 | 624 | 6/10/2021 |
1.0.0.12 | 672 | 6/2/2021 |
1.0.0.11 | 664 | 6/2/2021 |
1.0.0.10 | 510 | 5/24/2021 |
1.0.0.9 | 803 | 2/23/2021 |
1.0.0.7 | 706 | 12/8/2020 |
1.0.0.6 | 1,166 | 8/21/2020 |
1.0.0.5 | 732 | 8/20/2020 |
1.0.0.3 | 969 | 7/31/2020 |
1.0.0.2 | 619 | 7/23/2020 |
1.0.0.1 | 554 | 7/22/2020 |
1.0.0 | 617 | 7/22/2020 |