NArchitecture.Core.Security.WebApi.Swagger
1.0.2
dotnet add package NArchitecture.Core.Security.WebApi.Swagger --version 1.0.2
NuGet\Install-Package NArchitecture.Core.Security.WebApi.Swagger -Version 1.0.2
<PackageReference Include="NArchitecture.Core.Security.WebApi.Swagger" Version="1.0.2" />
paket add NArchitecture.Core.Security.WebApi.Swagger --version 1.0.2
#r "nuget: NArchitecture.Core.Security.WebApi.Swagger, 1.0.2"
// Install NArchitecture.Core.Security.WebApi.Swagger as a Cake Addin #addin nuget:?package=NArchitecture.Core.Security.WebApi.Swagger&version=1.0.2 // Install NArchitecture.Core.Security.WebApi.Swagger as a Cake Tool #tool nuget:?package=NArchitecture.Core.Security.WebApi.Swagger&version=1.0.2
NArchitecture.Core.Security.WebApi.Swagger
This library provides utilities for integrating security features with ASP.NET Web API projects in kodlama.io projects, focusing specifically on Swagger integration. The NArchitecture.Core.Security.WebApi.Swagger
package offers tools to configure and display security-related information in Swagger documentation. It includes core classes and extensions for integrating security features into Swagger documentation for ASP.NET Web API projects, supporting the documentation of JWT authentication, 2FA, OTP, email handling, hashing, encryption, and other security-related features in Swagger UI documentation for Web API endpoints.
Installation
You can add the package to your project using NuGet package manager or .NET CLI:
dotnet add package NArchitecture.Core.Security.WebApi.Swagger
Contribution
If you would like to contribute, please visit the GitHub repository and submit a pull request: NArchitecture.Core.Security.WebApi.Swagger GitHub Repository
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. |
-
net8.0
- Swashbuckle.AspNetCore.SwaggerGen (>= 6.7.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NArchitecture.Core.Security.WebApi.Swagger:
Repository | Stars |
---|---|
kodlamaio-projects/nArchitecture
Inspired by Clean Architecture, nArchitecture is a monolith project which uses advanced techniques.
|