VOOZH about

URL: https://www.nuget.org/packages/Crping.Auth.JWT.DI/

⇱ NuGet Gallery | Crping.Auth.JWT.DI 4.9.1




Crping.Auth.JWT.DI 4.9.1

dotnet add package Crping.Auth.JWT.DI --version 4.9.1
 
 
NuGet\Install-Package Crping.Auth.JWT.DI -Version 4.9.1
 
 
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="Crping.Auth.JWT.DI" Version="4.9.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Crping.Auth.JWT.DI" Version="4.9.1" />
 
Directory.Packages.props
<PackageReference Include="Crping.Auth.JWT.DI" />
 
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 Crping.Auth.JWT.DI --version 4.9.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Crping.Auth.JWT.DI, 4.9.1"
 
 
#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 Crping.Auth.JWT.DI@4.9.1
 
 
#: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=Crping.Auth.JWT.DI&version=4.9.1
 
Install as a Cake Addin
#tool nuget:?package=Crping.Auth.JWT.DI&version=4.9.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Crping.Auth.JWT.DI

Crping.Auth.JWT相关服务注入WebApi等项目

版本更新说明


4.9.1

2023-06-13
  • 方法AddPolicyAuth重命名为AddAuthPolicy

4.9.0

2023-05-20
  • 相关组件全部重构,并对齐版本号,测试中

4.0.1

2023-02-15
  • 更新对JWT相关组件的引用

4.0.0

2022-11-23
  • 更新.net版本至:7.0.0

历史版本:


  • 3.0.1:升级引用组件
  • 3.0.0:目标框架修改为.net6.0
  • 1.0.0:将 Crping.Auth.JWT 相关服务注入WebApi等项目
2022-02-13
  1. 修改:注释掉ptions.Events相关代码
  2. 修改:AddPolicy使用可配置参数
授权控制方式
[ApiController]
[Authorize("JWT")] // JWT可配置
public class BaseController<TBLL, TModel, TKey> : WebApiVersionController<TBLL, TModel, TKey>
 where TBLL : IWebApiBLL<TModel, TKey>
 where TModel : class, IModel<TKey>
{
 public BaseController(TBLL bll, ILogger<BaseController<TBLL, TModel, TKey>> logger = null) : base(bll, logger)
 {
 }
}

Product Versions Compatible and additional computed target framework versions.
.NET net7.0 net7.0 is compatible.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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
4.9.1 314 6/23/2023
4.9.0 294 5/20/2023
4.0.1 421 2/15/2023
4.0.0 481 11/27/2022
3.0.1 636 5/26/2022
3.0.0 499 12/21/2021
1.0.0 591 7/13/2021

将 Crping.Auth.JWT 相关服务注入WebApi等项目