NetPro.Authentication
6.0.16
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Core 3.1
This package targets .NET Core 3.1. The package is compatible with this framework or higher.
dotnet add package NetPro.Authentication --version 6.0.16
NuGet\Install-Package NetPro.Authentication -Version 6.0.16
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="NetPro.Authentication" Version="6.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetPro.Authentication --version 6.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NetPro.Authentication, 6.0.16"
#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 NetPro.Authentication as a Cake Addin #addin nuget:?package=NetPro.Authentication&version=6.0.16 // Install NetPro.Authentication as a Cake Tool #tool nuget:?package=NetPro.Authentication&version=6.0.16
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Authentication使用
对Microsoft.AspNetCore.Authentication认证组件的封装,简化使用
使用
appsetting.json
"AuthenticationOption": {
"Enabled": true,
"Secret": "6666666666666666", //最少配置16位
"Issuer": "NetPro.com",
"AccessTokenExpired": 6, //单位小时
"RefreshTokenExpired": 168 //单位小时
}
启用服务
public void ConfigureServices(IServiceCollection services)
{
services.AddNetProAuthentication(configuration);
}
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
app.UseNetProAuthentication();
}
如增加了以下环境变量配置,可省略以上初始化代码,内部将自动执行以上初始化
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "NetPro.Startup"
使用说明
[Authorize]
/// <summary>
/// 方法或者类加[Authorize]特性,此接口或者此控制器将启用JWT认证才可访问,具体参考示例
/// </summary>
public void Method()
[AllowAnonymous]
/// <summary>
/// 方法或者类加[Authorize]特性,此接口或者此控制器将强制匿名访问,具体参考示例
/// </summary>
public void Method()
备注
如认证接口数量大于匿名接口数量,建议接口全局默认认证访问,可省去频繁[Authorize]
app.UseEndpoints(endpoints =>
{
endpoints.MapControllers().RequireAuthorization();
});
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. 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 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Authentication (>= 2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 3.1.18)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.IdentityModel.Tokens (>= 6.15.0)
- NetPro.Startup (>= 6.0.16)
-
net6.0
- Microsoft.AspNetCore.Authentication (>= 2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 6.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.IdentityModel.Tokens (>= 6.15.0)
- NetPro.Startup (>= 6.0.16)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NetPro.Authentication:
Package | Downloads |
---|---|
NetPro.Web.Core
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
6.0.16 | 219 | 7/24/2023 | |
6.0.15 | 436 | 7/19/2022 | |
6.0.14 | 457 | 7/10/2022 | |
6.0.13 | 417 | 6/15/2022 | |
6.0.12 | 435 | 6/15/2022 | |
6.0.11 | 439 | 6/15/2022 | |
6.0.10 | 442 | 6/11/2022 | |
6.0.9 | 440 | 6/8/2022 | |
6.0.8 | 421 | 5/26/2022 | |
6.0.8-beta.3 | 122 | 5/24/2022 | |
6.0.8-beta.2 | 121 | 5/24/2022 | |
6.0.7 | 443 | 5/18/2022 | |
6.0.6 | 461 | 4/28/2022 | |
6.0.5 | 441 | 3/30/2022 | |
6.0.5-beta.20 | 113 | 4/27/2022 | |
6.0.5-beta.19 | 122 | 4/25/2022 | |
6.0.5-beta.18 | 117 | 4/22/2022 | |
6.0.5-beta.17 | 132 | 4/16/2022 | |
6.0.5-beta.16 | 131 | 4/8/2022 | |
6.0.5-beta.15 | 131 | 4/8/2022 | |
6.0.5-beta.14 | 137 | 4/7/2022 | |
6.0.5-beta.13 | 131 | 4/7/2022 | |
6.0.5-beta.12 | 131 | 4/6/2022 | |
6.0.5-beta.11 | 130 | 4/6/2022 | |
6.0.5-beta.10 | 137 | 3/31/2022 | |
6.0.5-beta.9 | 143 | 3/26/2022 | |
6.0.5-beta.8 | 136 | 3/22/2022 | |
6.0.5-beta.7 | 123 | 3/21/2022 | |
6.0.5-beta.6 | 126 | 3/14/2022 | |
6.0.5-beta.5 | 127 | 3/2/2022 | |
6.0.5-beta.4 | 131 | 2/22/2022 | |
6.0.5-beta.3 | 134 | 2/18/2022 | |
6.0.5-beta.2 | 129 | 2/18/2022 | |
6.0.5-beta.1 | 130 | 2/16/2022 | |
6.0.4 | 437 | 2/10/2022 | |
6.0.3 | 429 | 2/9/2022 | |
6.0.3-beta.9 | 128 | 2/10/2022 | |
6.0.3-beta.7 | 146 | 1/27/2022 | |
6.0.3-beta.6 | 139 | 1/19/2022 | |
6.0.3-beta.5 | 132 | 1/17/2022 | |
6.0.3-beta.4 | 138 | 1/16/2022 | |
6.0.3-beta.3 | 135 | 1/14/2022 | |
6.0.3-beta.2 | 139 | 1/13/2022 | |
6.0.3-beta.1 | 167 | 1/11/2022 | |
6.0.2 | 366 | 1/6/2022 | |
6.0.1 | 1,010 | 12/3/2021 | |
3.1.11 | 478 | 11/19/2021 | |
3.1.10 | 1,826 | 7/29/2021 | |
3.1.9 | 1,605 | 7/1/2021 | |
3.1.8 | 1,680 | 12/15/2020 | |
3.1.6 | 2,969 | 9/16/2020 |