Table of Contents - simple_token_authentication-1.18.1 Documentation
Classes and Modules
- SimpleTokenAuthentication
- SimpleTokenAuthentication::ActsAsTokenAuthenticatable
- SimpleTokenAuthentication::ActsAsTokenAuthenticatable::ClassMethods
- SimpleTokenAuthentication::ActsAsTokenAuthenticationHandler
- SimpleTokenAuthentication::Adapter
- SimpleTokenAuthentication::Adapters
- SimpleTokenAuthentication::Adapters::ActiveRecordAdapter
- SimpleTokenAuthentication::Adapters::MongoidAdapter
- SimpleTokenAuthentication::Adapters::RailsAPIAdapter
- SimpleTokenAuthentication::Adapters::RailsAdapter
- SimpleTokenAuthentication::Adapters::RailsApiAdapter
- SimpleTokenAuthentication::Adapters::RailsMetalAdapter
- SimpleTokenAuthentication::Configuration
- SimpleTokenAuthentication::DeviseFallbackHandler
- SimpleTokenAuthentication::EntitiesManager
- SimpleTokenAuthentication::Entity
- SimpleTokenAuthentication::ExceptionFallbackHandler
- SimpleTokenAuthentication::NoAdapterAvailableError
- SimpleTokenAuthentication::SignInHandler
- SimpleTokenAuthentication::TokenAuthenticationHandler
- SimpleTokenAuthentication::TokenAuthenticationHandler::ClassMethods
- SimpleTokenAuthentication::TokenComparator
- SimpleTokenAuthentication::TokenGenerator
Methods
- ::adapter_dependency_fulfilled? — SimpleTokenAuthentication
- ::base_class — SimpleTokenAuthentication::Adapters::ActiveRecordAdapter
- ::base_class — SimpleTokenAuthentication::Adapters::MongoidAdapter
- ::base_class — SimpleTokenAuthentication::Adapters::RailsAdapter
- ::base_class — SimpleTokenAuthentication::Adapters::RailsAPIAdapter
- ::base_class — SimpleTokenAuthentication::Adapters::RailsAPIAdapter
- ::base_class — SimpleTokenAuthentication::Adapters::RailsMetalAdapter
- ::ensure_controllers_can_act_as_token_authentication_handlers — SimpleTokenAuthentication
- ::ensure_models_can_act_as_token_authenticatables — SimpleTokenAuthentication
- ::load_available_adapters — SimpleTokenAuthentication
- ::new — SimpleTokenAuthentication::Entity
- #acts_as_token_authenticatable — SimpleTokenAuthentication::ActsAsTokenAuthenticatable::ClassMethods
- #acts_as_token_authentication_handler — SimpleTokenAuthentication::ActsAsTokenAuthenticationHandler
- #acts_as_token_authentication_handler_for — SimpleTokenAuthentication::ActsAsTokenAuthenticationHandler
- #authenticate_entity! — SimpleTokenAuthentication::DeviseFallbackHandler
- #authenticate_entity_from_token! — SimpleTokenAuthentication::TokenAuthenticationHandler
- #base_class — SimpleTokenAuthentication::Adapter
- #compare — SimpleTokenAuthentication::TokenComparator
- #configure — SimpleTokenAuthentication::Configuration
- #define_token_authentication_helpers_for — SimpleTokenAuthentication::TokenAuthenticationHandler::ClassMethods
- #ensure_authentication_token — SimpleTokenAuthentication::ActsAsTokenAuthenticatable
- #entities_manager — SimpleTokenAuthentication::TokenAuthenticationHandler::ClassMethods
- #fallback! — SimpleTokenAuthentication::DeviseFallbackHandler
- #fallback! — SimpleTokenAuthentication::ExceptionFallbackHandler
- #fallback! — SimpleTokenAuthentication::TokenAuthenticationHandler
- #fallback_handler — SimpleTokenAuthentication::TokenAuthenticationHandler::ClassMethods
- #find_or_create_entity — SimpleTokenAuthentication::EntitiesManager
- #find_record_from_identifier — SimpleTokenAuthentication::TokenAuthenticationHandler
- #generate_authentication_token — SimpleTokenAuthentication::ActsAsTokenAuthenticatable
- #generate_token — SimpleTokenAuthentication::TokenGenerator
- #get_identifier_from_params_or_headers — SimpleTokenAuthentication::Entity
- #get_token_from_params_or_headers — SimpleTokenAuthentication::Entity
- #handle_token_authentication_for — SimpleTokenAuthentication::TokenAuthenticationHandler::ClassMethods
- #identifier — SimpleTokenAuthentication::Entity
- #identifier_header_name — SimpleTokenAuthentication::Entity
- #identifier_param_name — SimpleTokenAuthentication::Entity
- #integrate_with_devise_case_insensitive_keys — SimpleTokenAuthentication::TokenAuthenticationHandler
- #integrate_with_devise_trackable! — SimpleTokenAuthentication::SignInHandler
- #model — SimpleTokenAuthentication::Entity
- #name — SimpleTokenAuthentication::Entity
- #name_underscore — SimpleTokenAuthentication::Entity
- #parse_options — SimpleTokenAuthentication::Configuration
- #perform_sign_in! — SimpleTokenAuthentication::TokenAuthenticationHandler
- #set_token_authentication_hooks — SimpleTokenAuthentication::TokenAuthenticationHandler::ClassMethods
- #sign_in — SimpleTokenAuthentication::SignInHandler
- #sign_in_handler — SimpleTokenAuthentication::TokenAuthenticationHandler
- #to_s — SimpleTokenAuthentication::NoAdapterAvailableError
- #token_comparator — SimpleTokenAuthentication::TokenAuthenticationHandler
- #token_correct? — SimpleTokenAuthentication::TokenAuthenticationHandler
- #token_generator — SimpleTokenAuthentication::ActsAsTokenAuthenticatable
- #token_header_name — SimpleTokenAuthentication::Entity
- #token_param_name — SimpleTokenAuthentication::Entity
- #token_suitable? — SimpleTokenAuthentication::ActsAsTokenAuthenticatable