class Devise::Strategies::Authenticatable
def http_auth_hash
def http_auth_hash keys = [authentication_keys.first, :password] Hash[*keys.zip(decode_credentials).flatten] end
def http_auth_hash keys = [authentication_keys.first, :password] Hash[*keys.zip(decode_credentials).flatten] end