Registry / auth / warden

warden

JSON →
library1.2.9rbrubygemsunverified

An authentication library compatible with all Rack-based frameworks, providing a flexible authentication mechanism.

gem install warden
INSTALL
IMPORT
SIG · WARDEN
W
warden
authrubyv1.2.9
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.

Warden
require 'warden'

Set up Warden middleware with a default password strategy in a Rack application.

require 'warden' app = Rack::Builder.new do use Warden::Manager do |manager| manager.default_strategies :password end run ->(env) { [200, {}, ['Hello']] } end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.9latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
Resources
warden — gem install warden · libregistry