Module: Yapper::Authentication

Included in:
API
Defined in:
lib/yapper/authentication.rb

Instance Method Summary collapse

Instance Method Details

#authenticated?Boolean

Check whether user is authenticated



7
8
9
# File 'lib/yapper/authentication.rb', line 7

def authenticated?
  authentication.values.all?
end