This strategy should be used as basis for authentication strategies. It
retrieves parameters both from params or from http authorization headers.
See database_authenticatable for an example.
Attributes
authentication_hash[RW]
password[RW]
Public Instance Methods
valid?()click to toggle source
# File lib/devise/strategies/authenticatable.rb, line 11defvalid?valid_for_params_auth?||valid_for_http_auth?end