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.
paket add Crping.Auth.JWT.DI --version 4.9.1
#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.
// Install Crping.Auth.JWT.DI as a Cake Addin
#addin nuget:?package=Crping.Auth.JWT.DI&version=4.9.1

// Install Crping.Auth.JWT.DI as a Cake Tool
#tool nuget:?package=Crping.Auth.JWT.DI&version=4.9.1

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 Compatible and additional computed target framework versions.
.NET 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 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. 
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 154 6/23/2023
4.9.0 124 5/20/2023
4.0.1 232 2/15/2023
4.0.0 300 11/27/2022
3.0.1 428 5/26/2022
3.0.0 289 12/21/2021
1.0.0 368 7/13/2021

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