Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)