From 97ee0268a7b216f6fcf3c86cb962d020cc608b60 Mon Sep 17 00:00:00 2001 From: Passingwind Date: Tue, 19 Sep 2023 23:41:04 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c1dd6a..9ff5e21 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # Common Libs -## SwaggerExtensions +## [SwaggerExtensions](https://github.com/jxnkwlp/Passingwind.CommonLibs/tree/main/src/Passingwind.SwaggerExtensions) [![NuGet](https://img.shields.io/nuget/v/Passingwind.SwaggerExtensions?style=flat-square)](https://www.nuget.org/packages/Passingwind.SwaggerExtensions) -## Saml2 Authentication +## [SAML2 Authentication](https://github.com/jxnkwlp/Passingwind.CommonLibs/tree/main/src/Authentication.Saml2) +[![NuGet](https://img.shields.io/nuget/v/Passingwind.AspNetCore.Authentication.Saml2?style=flat-square)](https://www.nuget.org/packages/Passingwind.AspNetCore.Authentication.Saml2) -[![NuGet](https://img.shields.io/nuget/v/Passingwind.Authentication.Saml2?style=flat-square)](https://www.nuget.org/packages/Passingwind.Authentication.Saml2) +## [ApiKey Authentication](https://github.com/jxnkwlp/Passingwind.CommonLibs/tree/main/src/Authentication.ApiKey) + +[![NuGet](https://img.shields.io/nuget/v/Passingwind.AspNetCore.Authentication.ApiKey?style=flat-square)](https://www.nuget.org/packages/Passingwind.AspNetCore.Authentication.ApiKey)