File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 3535 - name : Install .NET Core
3636 uses : actions/setup-dotnet@v5
3737 with :
38- dotnet-version : 9 .x
38+ dotnet-version : 10 .x
3939
4040 - name : Restore Dependencies
4141 run : dotnet restore
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ A HMAC (Hash-based Message Authentication Code) authentication system for ASP.NE
1616- ** Secure HMAC-SHA256 authentication** with timestamp validation
1717- ** Easy integration** with ASP.NET Core authentication system
1818- ** Client library included** for .NET HttpClient integration
19- - ** Cross-platform** compatible (.NET 8.0 and .NET 9.0)
2019- ** Request replay protection** with configurable time windows
2120- ** Highly configurable** key providers and validation options
2221
You can’t perform that action at this time.
0 commit comments