Table of Contents - authenticatable-1.1.0 Documentation
Pages
Classes and Modules
- ActionDispatch
- ActionDispatch::Routing
- ActionDispatch::Routing::Mapper
- ActiveRecord
- ActiveRecord::Generators
- ActiveRecord::Generators::AuthenticatableGenerator
- Authenticatable
- Authenticatable::Controllers
- Authenticatable::Controllers::Helpers
- Authenticatable::Controllers::UrlHelpers
- Authenticatable::Engine
- Authenticatable::Generators
- Authenticatable::Generators::AuthenticatableGenerator
- Authenticatable::Generators::OrmHelpers
- Authenticatable::Generators::ViewsGenerator
- Authenticatable::Manager
- Authenticatable::Models
- Authenticatable::Models::ClassMethods
- Authenticatable::Models::EmailValidator
- Authenticatable::Models::Identifier
- Authenticatable::Models::Password
- Authenticatable::Proxy
- Authenticatable::Scope
- Authenticatable::Serializers
- Authenticatable::Serializers::Base
- Authenticatable::Serializers::Session
- Authenticatable::Testing
- Authenticatable::Testing::ControllerHelpers
- Authenticatable::Testing::RequestHelpers
- Authenticatable::Token
- Authenticatable::UnauthenticatedError
Methods
- ::add_scope — Authenticatable
- ::define_authenticate_helper — Authenticatable::Controllers::Helpers
- ::define_current_helper — Authenticatable::Controllers::Helpers
- ::define_helpers — Authenticatable::Controllers::Helpers
- ::define_signed_in_helper — Authenticatable::Controllers::Helpers
- ::new — Authenticatable::Manager
- ::new — Authenticatable::Proxy
- ::new — Authenticatable::Scope
- ::new — Authenticatable::Serializers::Base
- ::new — Authenticatable::Token
- ::reset_default_values! — Authenticatable
- #add_route — ActiveRecord::Generators::AuthenticatableGenerator
- #after_sign_in_path — Authenticatable::Controllers::UrlHelpers
- #authenticatable — ActionDispatch::Routing::Mapper
- #authenticatable — Authenticatable::Models::ClassMethods
- #authenticatable — Authenticatable::Testing::ControllerHelpers
- #authenticatable_controller? — Authenticatable::Controllers::Helpers
- #authenticatable_passwords — ActionDispatch::Routing::Mapper
- #authenticatable_registrations — ActionDispatch::Routing::Mapper
- #authenticatable_scope — ActionDispatch::Routing::Mapper
- #authenticatable_scope — Authenticatable::Testing::ControllerHelpers
- #authenticatable_sessions — ActionDispatch::Routing::Mapper
- #authenticate — Authenticatable::Proxy
- #authenticate! — Authenticatable::Proxy
- #authenticate_with_identifier — Authenticatable::Models::Password
- #call — Authenticatable::Manager
- #classify — Authenticatable::Scope
- #copy_authenticatable_migration — ActiveRecord::Generators::AuthenticatableGenerator
- #copy_views — Authenticatable::Generators::ViewsGenerator
- #current? — Authenticatable::Proxy
- #current_scope — Authenticatable::Serializers::Base
- #default_controllers — Authenticatable::Scope
- #default_path — Authenticatable::Scope
- #default_path_names — Authenticatable::Scope
- #delete_csrf_token — Authenticatable::Serializers::Session
- #edit_password_url — Authenticatable::Controllers::UrlHelpers
- #fetch — Authenticatable::Serializers::Session
- #find_by_identifier — Authenticatable::Models::Identifier
- #find_by_reset_password_token — Authenticatable::Models::Password
- #flush_reset_password_token — Authenticatable::Models::Password
- #generate_model — ActiveRecord::Generators::AuthenticatableGenerator
- #identifier — Authenticatable::Models::Identifier
- #identifier_column — Authenticatable::Models::Identifier
- #identify_by — Authenticatable::Models::Identifier
- #initialize_serializer — Authenticatable::Proxy
- #inject_authenticatable — ActiveRecord::Generators::AuthenticatableGenerator
- #klass — Authenticatable::Scope
- #load_model_extensions — Authenticatable::Models::ClassMethods
- #method_missing — Authenticatable::Scope
- #migration_data — ActiveRecord::Generators::AuthenticatableGenerator
- #migration_exists? — Authenticatable::Generators::OrmHelpers
- #migration_version — Authenticatable::Generators::OrmHelpers
- #model_contents — ActiveRecord::Generators::AuthenticatableGenerator
- #model_exists? — Authenticatable::Generators::OrmHelpers
- #model_path — Authenticatable::Generators::OrmHelpers
- #new_password_path — Authenticatable::Controllers::UrlHelpers
- #new_registration_path — Authenticatable::Controllers::UrlHelpers
- #new_session_path — Authenticatable::Controllers::UrlHelpers
- #normalize_identifier — Authenticatable::Models::Identifier
- #password_path — Authenticatable::Controllers::UrlHelpers
- #prevent_timing_attack — Authenticatable::Models::Password
- #purge! — Authenticatable::Serializers::Session
- #rails5_and_up? — Authenticatable::Generators::OrmHelpers
- #registration_path — Authenticatable::Controllers::UrlHelpers
- #renew_session_id — Authenticatable::Serializers::Session
- #request — Authenticatable::Serializers::Base
- #reset_password_token! — Authenticatable::Models::Password
- #resource_class — Authenticatable::Serializers::Base
- #run_serializers_for — Authenticatable::Proxy
- #scope_from_resource — Authenticatable::Proxy
- #session_key — Authenticatable::Serializers::Session
- #session_path — Authenticatable::Controllers::UrlHelpers
- #setup_controller_request_and_response — Authenticatable::Testing::ControllerHelpers
- #sign_in — Authenticatable::Proxy
- #sign_in — Authenticatable::Testing::ControllerHelpers
- #sign_in — Authenticatable::Testing::RequestHelpers
- #sign_out — Authenticatable::Proxy
- #store — Authenticatable::Serializers::Session
- #update_password — Authenticatable::Models::Password
- #update_password_path — Authenticatable::Controllers::UrlHelpers