Module: SimpleTokenAuthentication

Extended by:
Configuration
Defined in:
lib/simple_token_authentication.rb,
lib/simple_token_authentication/entity.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/adapters/mongoid_adapter.rb,
lib/simple_token_authentication/adapters/rails_api_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/fallback_authentication_handler.rb,
lib/simple_token_authentication/acts_as_token_authentication_handler.rb

Defined Under Namespace

Modules: ActsAsTokenAuthenticatable, ActsAsTokenAuthenticationHandler, Adapter, Adapters, Configuration, TokenAuthenticationHandler Classes: EntitiesManager, Entity, FallbackAuthenticationHandler, SignInHandler, TokenComparator, TokenGenerator

Constant Summary collapse

NoAdapterAvailableError =
Class.new(LoadError)
VERSION =
"1.7.1"

Method Summary

Methods included from Configuration

configure, parse_options