Registry / auth / authlogic

authlogic

JSON →
library6.6.0rbrubygemsunverified

An unobtrusive ruby authentication library based on ActiveRecord.

gem install authlogic
INSTALL
IMPORT
SIG · AUTHLOGIC
A
authlogic
authrubyv6.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.

Authlogic
require 'authlogic'

Set up authentication for an ActiveRecord model.

require 'authlogic' class User < ActiveRecord::Base acts_as_authentic end user = User.new(email: 'test@example.com', password: 'secret', password_confirmation: 'secret') user.save
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.6.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources