Method: Webhookdb::Service::Auth::PasswordStrategy#authenticate!

Defined in:
lib/webhookdb/service/auth.rb

#authenticate!Object



14
15
16
17
# File 'lib/webhookdb/service/auth.rb', line 14

def authenticate!
  customer = self.lookup_customer
  success!(customer) if customer
end