Ocelot.JWTAuthorize
0.0.400
This library is used in the verification project when Ocelot is used as an API gateway. In the Ocelot project, the API project, the verification project, and the injection function can be used.
Install-Package Ocelot.JWTAuthorize -Version 0.0.400
dotnet add package Ocelot.JWTAuthorize --version 0.0.400
<PackageReference Include="Ocelot.JWTAuthorize" Version="0.0.400" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ocelot.JWTAuthorize --version 0.0.400
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
add username and ip bind authentication
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.Authentication (>= 2.1.1)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 2.1.1)
- Microsoft.AspNetCore.Authorization (>= 2.1.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Ocelot.JWTAuthorize:
Repository | Stars |
---|---|
migomiddle/xms
基于.netcore的跨平台应用框架,包含众多常用模块,易上手、易扩展,xms可理解为x(可扩展的/任意的)m(管理)s(系统)
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|