Module: Trestle::Auth
- Defined in:
- lib/trestle/auth.rb,
lib/trestle/auth/engine.rb,
lib/trestle/auth/version.rb,
lib/trestle/auth/backends.rb,
lib/trestle/auth/null_user.rb,
lib/trestle/auth/constraint.rb,
lib/trestle/auth/backends/base.rb,
lib/trestle/auth/configuration.rb,
lib/trestle/auth/model_methods.rb,
lib/trestle/auth/backends/basic.rb,
lib/trestle/auth/backends/devise.rb,
lib/trestle/auth/backends/warden.rb,
lib/trestle/auth/controller/locale.rb,
lib/trestle/auth/controller_methods.rb,
app/helpers/trestle/auth/title_helper.rb,
lib/trestle/auth/configuration/warden.rb,
lib/trestle/auth/controller/time_zone.rb,
lib/trestle/auth/controller/authentication.rb,
lib/trestle/auth/configuration/rememberable.rb,
lib/trestle/auth/model_methods/rememberable.rb,
lib/generators/trestle/auth/admin/admin_generator.rb,
lib/generators/trestle/auth/model/model_generator.rb,
lib/generators/trestle/auth/account/account_generator.rb,
lib/generators/trestle/auth/install/install_generator.rb
Defined Under Namespace
Modules: Backends, Controller, ControllerMethods, Generators, ModelMethods, TitleHelper, UserHelper Classes: Configuration, Constraint, Engine, NullUser, SessionsController
Constant Summary collapse
- VERSION =
"0.5.0"