Module: Aikotoba

Defined in:
app/controllers/concerns/aikotoba/protection/timing_atack.rb,
lib/aikotoba.rb,
lib/aikotoba/engine.rb,
lib/aikotoba/errors.rb,
lib/aikotoba/version.rb,
app/models/aikotoba/account.rb,
app/models/aikotoba/account/token.rb,
app/mailers/aikotoba/account_mailer.rb,
app/models/aikotoba/account/password.rb,
app/mailers/aikotoba/application_mailer.rb,
lib/aikotoba/test/authentication_helper.rb,
app/models/aikotoba/account/service/lock.rb,
app/models/aikotoba/account/unlock_token.rb,
app/models/aikotoba/account/recovery_token.rb,
app/controllers/aikotoba/unlocks_controller.rb,
app/models/aikotoba/account/password/argon2.rb,
app/controllers/aikotoba/accounts_controller.rb,
app/controllers/aikotoba/confirms_controller.rb,
app/controllers/aikotoba/sessions_controller.rb,
app/models/aikotoba/account/service/recovery.rb,
app/controllers/aikotoba/recoveries_controller.rb,
app/models/aikotoba/account/confirmation_token.rb,
app/models/concerns/aikotoba/token_encryptable.rb,
app/controllers/aikotoba/application_controller.rb,
app/models/aikotoba/account/service/confirmation.rb,
app/models/aikotoba/account/service/registration.rb,
app/controllers/concerns/aikotoba/authenticatable.rb,
app/models/aikotoba/account/service/authentication.rb,
app/models/concerns/aikotoba/enabled_feature_checkable.rb,
app/controllers/concerns/aikotoba/protection/session_fixation_attack.rb

Overview

NOTE: Provides the ability to refresh session before sign_in for session fixation attacks. owasp.org/www-community/attacks/Session_fixation

Defined Under Namespace

Modules: Authenticatable, EnabledFeatureCheckable, Errors, Test, TokenEncryptable Classes: Account, AccountMailer, AccountsController, ApplicationController, ApplicationMailer, ConfirmableConstraint, ConfirmsController, Engine, LockableConstraint, RecoverableConstraint, RecoveriesController, RegisterableConstraint, SessionsController, UnlocksController

Constant Summary collapse

VERSION =
"0.1.1"