module Workarea::BasicAuth

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/workarea/basic_auth.rb, line 14
def self.config
  Workarea.config.basic_auth
end
enabled?() click to toggle source
# File lib/workarea/basic_auth.rb, line 10
def self.enabled?
  config.enabled
end