Module: Auther

Defined in:
lib/auther/engine.rb,
lib/auther/identity.rb,
lib/auther/settings.rb,
lib/auther/keymaster.rb,
lib/auther/gatekeeper.rb,
lib/auther/null_logger.rb,
lib/auther/authenticator.rb,
app/models/auther/account.rb,
app/presenters/auther/account.rb,
app/controllers/auther/base_controller.rb,
app/controllers/auther/session_controller.rb,
lib/generators/auther/install/install_generator.rb,
lib/generators/auther/credentials/credentials_generator.rb

Defined Under Namespace

Modules: Identity, Presenter Classes: Account, Authenticator, BaseController, CredentialsGenerator, Engine, Gatekeeper, InstallGenerator, Keymaster, NullLogger, SessionController, Settings

Constant Summary collapse

ACCOUNT_ATTRIBUTES =
%i[
  name
  encrypted_login
  encrypted_password
  paths
  authorized_url
  deauthorized_url
].freeze