Class
OmniAuth::Strategies::Password
In:
lib/omniauth/strategies/password.rb
Parent:
Object
Methods
auth_hash
callback_phase
encrypt
new
request_phase
Included Modules
OmniAuth::Strategy
Attributes
secret
[R]
Public Class methods
new
(app, secret = 'changethisappsecret', options = {})
Public Instance methods
auth_hash
(crypted_password)
callback_phase
()
encrypt
(identifier, password)
request_phase
()
[Validate]