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

https://github.com/codebeltnet/aws-signature-v4

Ported from Cuemon.Extensions.AspNetCore.Authentication.AwsSignature4, this library provides a simple way of generating AWS Signature Version 4 for API requests.
https://github.com/codebeltnet/aws-signature-v4

Last synced: 3 months ago
JSON representation

Ported from Cuemon.Extensions.AspNetCore.Authentication.AwsSignature4, this library provides a simple way of generating AWS Signature Version 4 for API requests.

Awesome Lists containing this project

README

          

![Extensions for AWS Signature Version 4 API by Codebelt](.nuget/icon.png)

# Extensions for AWS Signature Version 4 API by Codebelt

[![AWS Signature Version 4 Ext. CI/CD Pipeline](https://github.com/codebeltnet/aws-signature-v4/actions/workflows/ci-pipeline.yml/badge.svg)](https://github.com/codebeltnet/aws-signature-v4/actions/workflows/ci-pipeline.yml) [![codecov](https://codecov.io/gh/codebeltnet/aws-signature-v4/graph/badge.svg?token=KEjkvotqAW)](https://codecov.io/gh/codebeltnet/aws-signature-v4) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=aws-signature-v4&metric=alert_status)](https://sonarcloud.io/dashboard?id=aws-signature-v4) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=aws-signature-v4&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=aws-signature-v4) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=aws-signature-v4&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=aws-signature-v4) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=aws-signature-v4&metric=security_rating)](https://sonarcloud.io/dashboard?id=aws-signature-v4) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/codebeltnet/aws-signature-v4/badge)](https://scorecard.dev/viewer/?uri=github.com/codebeltnet/aws-signature-v4)

### â„šī¸ About

An open-source project (MIT license) that targets and complements [AWS Signature Version 4](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html) for API requests. It aims to provide a good developer experience by making it simple to generate AWS4-HMAC-SHA256 HTTP Authorization header.

Your versatile AWS Signature Version 4 companion for modern development with `.NET 9` and `.NET 10`.

It is, by heart, free, flexible and built to extend and boost your agile codebelt.

> [!NOTE]
> To ensure access to current features, improvements, and security updates, and to keep the codebase clean and easy to maintain, we target only the latest long-term (LTS), short-term (STS) and (where applicable) cross-platform .NET versions.

### 📚 Documentation

Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://awssignature4.codebelt.net/

### đŸ“Ļ Standalone Packages

Provides a focused API for generating AWS4-HMAC-SHA256 HTTP Authorization headers.

|Package|vNext|Stable|Downloads|
|:--|:-:|:-:|:-:|
| [Codebelt.Extensions.AwsSignature4](https://www.nuget.org/packages/Codebelt.Extensions.AwsSignature4/) | ![vNext](https://img.shields.io/nuget/vpre/Codebelt.Extensions.AwsSignature4?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/Codebelt.Extensions.AwsSignature4?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/Codebelt.Extensions.AwsSignature4?color=blueviolet&logo=nuget) |

### Contributing to `Extensions for AWS Signature Version 4 API by Codebelt`
[Contributions](.github/CONTRIBUTING.md) are welcome and appreciated.

Feel free to submit issues, feature requests, or pull requests to help improve this library.

### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.