Nuar.JWT
1.0.37
See the version list below for details.
dotnet add package Nuar.JWT --version 1.0.37
NuGet\Install-Package Nuar.JWT -Version 1.0.37
<PackageReference Include="Nuar.JWT" Version="1.0.37" />
paket add Nuar.JWT --version 1.0.37
#r "nuget: Nuar.JWT, 1.0.37"
// Install Nuar.JWT as a Cake Addin #addin nuget:?package=Nuar.JWT&version=1.0.37 // Install Nuar.JWT as a Cake Tool #tool nuget:?package=Nuar.JWT&version=1.0.37
Nuar Framework
Overview
Nuar is a lightweight, flexible, and highly customizable API gateway framework built for modern microservices architectures. It offers advanced routing, request processing, and middleware extensibility for handling upstream and downstream requests.
The framework is designed to provide a robust and easy-to-configure solution for managing API traffic in distributed environments, supporting policies, authentication, and load balancing out of the box.
Features
- Microservices API Gateway: A framework specifically designed for API routing and traffic management in microservices.
- Customizable Request Pipelines: Add custom middleware, request handlers, and response transformers.
- Extensible Extensions: Support for adding custom extensions such as logging, authentication, CORS, and more.
- YAML-based Configuration: Configure your services, routes, and policies using easy-to-understand YAML files.
- Supports Policies and Authentication: Apply authentication and authorization policies at the route or service level.
- Integration with Third-Party Tools: Includes support for Swagger documentation, JWT authentication, and tracing.
Installation
To install Nuar, add the following NuGet package to your project:
dotnet add package Nuar --version 1.0.0
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 is compatible. |
-
net8.0
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.8)
- Nuar (>= 1.0.35)
-
net9.0
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.8)
- Nuar (>= 1.0.35)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Nuar.JWT:
Package | Downloads |
---|---|
Nuar.Host
Nuar.Host - The core hosting package for the Nuar API gateway framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.81 | 113 | 10/10/2024 |
1.0.74 | 88 | 10/6/2024 |
1.0.71 | 88 | 10/5/2024 |
1.0.69 | 84 | 10/5/2024 |
1.0.67 | 88 | 10/5/2024 |
1.0.65 | 86 | 10/5/2024 |
1.0.63 | 97 | 9/29/2024 |
1.0.62 | 91 | 9/29/2024 |
1.0.61 | 89 | 9/29/2024 |
1.0.60 | 89 | 9/29/2024 |
1.0.59 | 100 | 9/29/2024 |
1.0.58 | 88 | 9/29/2024 |
1.0.55 | 92 | 9/29/2024 |
1.0.41 | 105 | 9/29/2024 |
1.0.39 | 88 | 9/29/2024 |
1.0.37 | 88 | 9/29/2024 |
1.0.35 | 85 | 9/29/2024 |
1.0.33 | 91 | 9/29/2024 |
1.0.29 | 86 | 9/29/2024 |
1.0.23 | 94 | 9/27/2024 |
1.0.19 | 101 | 9/27/2024 |
1.0.16 | 89 | 9/27/2024 |
Initial release of the Nuar.JWT extension for JWT-based authentication in the Nuar API gateway framework.