Module: RedTokenAuth

Extended by:
ActiveSupport::Concern
Defined in:
lib/red_token_auth.rb,
lib/red_token_auth/engine.rb,
lib/red_token_auth/version.rb,
lib/red_token_auth/password.rb,
lib/red_token_auth/sign_in_out.rb,
lib/red_token_auth/validations.rb,
lib/red_token_auth/omniauthable.rb,
lib/red_token_auth/configuration.rb,
lib/red_token_auth/authentication.rb,
app/helpers/red_token_auth/application_helper.rb,
app/mailers/red_token_auth/application_mailer.rb,
lib/red_token_auth/controllers/authentication.rb,
lib/red_token_auth/omniauthable/callbacks_and_validations.rb

Defined Under Namespace

Modules: ApplicationHelper, Authentication, Controllers, Omniauthable, Password, SignInOut, Validations Classes: ApplicationMailer, Configuration, Engine

Constant Summary collapse

VERSION =
'0.5.2'

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject



30
31
32
# File 'lib/red_token_auth.rb', line 30

def self.configuration
  @configuration ||= Configuration.new
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



34
35
36
# File 'lib/red_token_auth.rb', line 34

def self.configure
  yield configuration
end