We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8362428 commit c8f9060Copy full SHA for c8f9060
2 files changed
.github/workflows/dotnet.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install .NET Core
36
uses: actions/setup-dotnet@v5
37
with:
38
- dotnet-version: 9.x
+ dotnet-version: 10.x
39
40
- name: Restore Dependencies
41
run: dotnet restore
README.md
@@ -16,7 +16,6 @@ A HMAC (Hash-based Message Authentication Code) authentication system for ASP.NE
16
- **Secure HMAC-SHA256 authentication** with timestamp validation
17
- **Easy integration** with ASP.NET Core authentication system
18
- **Client library included** for .NET HttpClient integration
19
-- **Cross-platform** compatible (.NET 8.0 and .NET 9.0)
20
- **Request replay protection** with configurable time windows
21
- **Highly configurable** key providers and validation options
22
0 commit comments