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
- Host: GitHub
- URL: https://github.com/dteoh/paw-apiauthdynamicvalue
- Owner: dteoh
- License: mit
- Created: 2018-07-25T23:44:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T06:18:54.000Z (almost 8 years ago)
- Last Synced: 2025-10-20T10:36:35.234Z (9 months ago)
- Topics: hmac, hmac-sha1, http, http-header, paw, paw-extension
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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