Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joymoe/httpsig
.Net implementation for IETF draft for HTTP Message Signing.
https://github.com/joymoe/httpsig
aspnetcore dotnet http-message-signatures signature
Last synced: 3 days ago
JSON representation
.Net implementation for IETF draft for HTTP Message Signing.
- Host: GitHub
- URL: https://github.com/joymoe/httpsig
- Owner: JoyMoe
- License: mit
- Created: 2020-10-22T11:14:32.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2020-11-16T07:08:51.000Z (about 4 years ago)
- Last Synced: 2025-01-03T05:16:19.430Z (21 days ago)
- Topics: aspnetcore, dotnet, http-message-signatures, signature
- Language: PowerShell
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HttpSig
IETF Internet-Draft [Signing HTTP Messages](https://tools.ietf.org/html/draft-ietf-httpbis-message-signatures-00) Handler and Client Helper for .Net Core.
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/JoyMoe/HttpSig/build)](https://github.com/JoyMoe/HttpSig/actions)
[![license](https://img.shields.io/github/license/JoyMoe/HttpSig.svg)](https://github.com/JoyMoe/HttpSig/blob/master/LICENSE)
![netstandard2.1](https://img.shields.io/badge/.Net-netstandard2.1-brightgreen.svg)
![net5.0](https://img.shields.io/badge/.Net-net5.0-brightgreen.svg)## Packages
| Package | Release | Pre | |
| ---- | ---- | ---- | ---- |
| [JoyMoe.HttpSig](src/JoyMoe.HttpSig) | [![NuGet](https://img.shields.io/nuget/v/JoyMoe.HttpSig.svg)](https://www.nuget.org/packages/JoyMoe.HttpSig) | [![NuGet](https://img.shields.io/nuget/vpre/JoyMoe.HttpSig.svg)](https://www.nuget.org/packages/JoyMoe.HttpSig/absoluteLatest) | [![NuGet](https://img.shields.io/nuget/dt/JoyMoe.HttpSig.svg)](https://www.nuget.org/packages/JoyMoe.HttpSig) |
| [JoyMoe.HttpSig.AspNetCore](src/JoyMoe.HttpSig.AspNetCore) | [![NuGet](https://img.shields.io/nuget/v/JoyMoe.HttpSig.AspNetCore.svg)](https://www.nuget.org/packages/JoyMoe.HttpSig.AspNetCore) | [![NuGet](https://img.shields.io/nuget/vpre/JoyMoe.HttpSig.AspNetCore.svg)](https://www.nuget.org/packages/JoyMoe.HttpSig.AspNetCore/absoluteLatest) | [![NuGet](https://img.shields.io/nuget/dt/JoyMoe.HttpSig.AspNetCore.svg)](https://www.nuget.org/packages/JoyMoe.HttpSig.AspNetCore) |
| [JoyMoe.HttpSig.Client](src/JoyMoe.HttpSig.Client) | [![NuGet](https://img.shields.io/nuget/v/JoyMoe.HttpSig.Client.svg)](https://www.nuget.org/packages/JoyMoe.HttpSig.Client) | [![NuGet](https://img.shields.io/nuget/vpre/JoyMoe.HttpSig.Client.svg)](https://www.nuget.org/packages/JoyMoe.HttpSig.Client/absoluteLatest) | [![NuGet](https://img.shields.io/nuget/dt/JoyMoe.HttpSig.Client.svg)](https://www.nuget.org/packages/JoyMoe.HttpSig.Client) |## License
The MIT License
More info see [LICENSE](LICENSE)