Class: Autho::Authentication

Inherits:
Object
  • Object
show all
Defined in:
lib/autho/authentication.rb

Instance Method Summary collapse

Instance Method Details

#userObject



8
9
10
11
# File 'lib/autho/authentication.rb', line 8

def user
  user = finder.find_by_email(email)
  user && authenticate(user, password)
end