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

https://github.com/dteoh/paw-apiauthdynamicvalue

Paw extension to calculate the Authorization header value for the Ruby ApiAuth gem
https://github.com/dteoh/paw-apiauthdynamicvalue

hmac hmac-sha1 http http-header paw paw-extension

Last synced: about 8 hours ago
JSON representation

Paw extension to calculate the Authorization header value for the Ruby ApiAuth gem

Awesome Lists containing this project

README

          

# Paw-ApiAuthDynamicValue

A Paw extension for calculating the Authorization header value for the Ruby
[ApiAuth gem][1].

You might also want to install the [Paw-ContentMD5DynamicValue][2] extension if
you want to include the Content-MD5 header as part of the signature.

## Install

Download from the releases page, unzip, and copy the
`com.dteoh.PawExtensions.ApiAuthDynamicValue` directory into your Paw
extensions directory.

## Development

### Prerequisites

```
yarn install
```

### Build

```
yarn run build
```

## License

MIT

[1]: https://github.com/mgomes/api_auth
[2]: https://github.com/dteoh/Paw-ContentMD5DynamicValue