Method: Controls::Authentication#login

Defined in:
lib/controls/authentication.rb

#login(username, password) ⇒ Object

Note:

this method should be updated if new methods for authentication become available.



16
17
18
# File 'lib/controls/authentication.rb', line 16

def (username, password)
  middleware.basic_auth(username, password)
end