Registry / auth / api-auth

api-auth

JSON →
library2.6.0rbrubygemsunverified

Full HMAC auth implementation for use in your gems and Rails apps.

gem install api-auth
INSTALL
IMPORT
SIG · API-AUTH
A
api-auth
authrubyv2.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ApiAuth
require 'api-auth'

Sign an HTTP request with HMAC authentication.

require 'api-auth' # Example: sign a request request = Net::HTTP::Get.new('/resource') ApiAuth.sign!(request, 'access_id', 'secret_key')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
52 hits · last 30 days
node
44
OpenAI (training)
1
Resources
api-auth — gem install api-auth · libregistry