Registry / auth / httpauth

httpauth

JSON →
library0.2.1rbrubygemsunverified

A library implementing the HTTP Authentication protocol as defined in RFC 2617.

gem install httpauth
INSTALL
IMPORT
SIG · HTTPAUTH
H
httpauth
authrubyv0.2.1
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.

HTTPAuth
require 'httpauth'

Parse HTTP Basic authentication credentials.

require 'httpauth' # Parse an Authorization header credentials = HTTPAuth::Basic.decode_credentials(request.env['HTTP_AUTHORIZATION']) puts credentials[0] # username
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources
httpauth — gem install httpauth · libregistry