Module: SimpleTokenAuthentication

Extended by:
Configuration
Defined in:
lib/simple_token_authentication.rb,
lib/simple_token_authentication/entity.rb,
lib/simple_token_authentication/errors.rb,
lib/simple_token_authentication/adapter.rb,
lib/simple_token_authentication/version.rb,
lib/simple_token_authentication/configuration.rb,
lib/simple_token_authentication/sign_in_handler.rb,
lib/simple_token_authentication/token_generator.rb,
lib/simple_token_authentication/entities_manager.rb,
lib/simple_token_authentication/token_comparator.rb,
lib/simple_token_authentication/adapters/rails_adapter.rb,
lib/simple_token_authentication/devise_fallback_handler.rb,
lib/simple_token_authentication/adapters/mongoid_adapter.rb,
lib/simple_token_authentication/adapters/rails_api_adapter.rb,
lib/simple_token_authentication/exception_fallback_handler.rb,
lib/simple_token_authentication/adapters/rails_metal_adapter.rb,
lib/simple_token_authentication/token_authentication_handler.rb,
lib/simple_token_authentication/acts_as_token_authenticatable.rb,
lib/simple_token_authentication/adapters/active_record_adapter.rb,
lib/simple_token_authentication/acts_as_token_authentication_handler.rb

Defined Under Namespace

Modules: ActsAsTokenAuthenticatable, ActsAsTokenAuthenticationHandler, Adapter, Adapters, Configuration, TokenAuthenticationHandler Classes: DeviseFallbackHandler, EntitiesManager, Entity, ExceptionFallbackHandler, NoAdapterAvailableError, SignInHandler, TokenComparator, TokenGenerator

Constant Summary collapse

InvalidOptionValue =
Class.new(RuntimeError)
VERSION =
"1.15.1".freeze

Method Summary

Methods included from Configuration

configure, parse_options