--- !ruby/object:Gem::Specification name: simple_token_authentication version: !ruby/object:Gem::Version version: 1.18.0 platform: ruby authors: - Gonzalo Bulnes Guilpain autorequire: bindir: bin cert_chain: [] date: 2022-12-27 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: actionmailer requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '8' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '8' - !ruby/object:Gem::Dependency name: actionpack requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '8' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '8' - !ruby/object:Gem::Dependency name: devise requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.2' - - "<" - !ruby/object:Gem::Version version: '6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.2' - - "<" - !ruby/object:Gem::Version version: '6' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: inch requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.4' - !ruby/object:Gem::Dependency name: activerecord requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '8' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.2.6 - - "<" - !ruby/object:Gem::Version version: '8' - !ruby/object:Gem::Dependency name: mongoid requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.0 - - "<" - !ruby/object:Gem::Version version: '9' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.1.0 - - "<" - !ruby/object:Gem::Version version: '9' - !ruby/object:Gem::Dependency name: appraisal requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' description: email: - gon.bulnes@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - Appraisals - CHANGELOG.md - LICENSE - README.md - Rakefile - doc/README.md - gemfiles/rails_4_devise_3.gemfile - gemfiles/rails_5_devise_4.gemfile - gemfiles/rails_6_devise_4.gemfile - gemfiles/rails_7_devise_4.gemfile - gemfiles/ruby_1.9.3_rails_3.2.gemfile - gemfiles/ruby_1.9.3_rails_3.2.gemfile.lock - lib/simple_token_authentication.rb - lib/simple_token_authentication/acts_as_token_authenticatable.rb - lib/simple_token_authentication/acts_as_token_authentication_handler.rb - lib/simple_token_authentication/adapter.rb - lib/simple_token_authentication/adapters/active_record_adapter.rb - lib/simple_token_authentication/adapters/mongoid_adapter.rb - lib/simple_token_authentication/adapters/rails_adapter.rb - lib/simple_token_authentication/adapters/rails_api_adapter.rb - lib/simple_token_authentication/adapters/rails_metal_adapter.rb - lib/simple_token_authentication/configuration.rb - lib/simple_token_authentication/devise_fallback_handler.rb - lib/simple_token_authentication/entities_manager.rb - lib/simple_token_authentication/entity.rb - lib/simple_token_authentication/errors.rb - lib/simple_token_authentication/exception_fallback_handler.rb - lib/simple_token_authentication/sign_in_handler.rb - lib/simple_token_authentication/token_authentication_handler.rb - lib/simple_token_authentication/token_comparator.rb - lib/simple_token_authentication/token_generator.rb - lib/simple_token_authentication/version.rb - spec/configuration/action_controller_callbacks_options_spec.rb - spec/configuration/fallback_to_devise_option_spec.rb - spec/configuration/header_names_option_spec.rb - spec/configuration/sign_in_token_option_spec.rb - spec/configuration/skip_devise_trackable_option_spec.rb - spec/lib/simple_token_authentication/acts_as_token_authenticatable_spec.rb - spec/lib/simple_token_authentication/acts_as_token_authentication_handler_spec.rb - spec/lib/simple_token_authentication/adapter_spec.rb - spec/lib/simple_token_authentication/adapters/active_record_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/mongoid_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/rails_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/rails_api_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/rails_metal_adapter_spec.rb - spec/lib/simple_token_authentication/configuration_spec.rb - spec/lib/simple_token_authentication/devise_fallback_handler_spec.rb - spec/lib/simple_token_authentication/entities_manager_spec.rb - spec/lib/simple_token_authentication/entity_spec.rb - spec/lib/simple_token_authentication/errors_spec.rb - spec/lib/simple_token_authentication/exception_fallback_handler_spec.rb - spec/lib/simple_token_authentication/sign_in_handler_spec.rb - spec/lib/simple_token_authentication/token_authentication_handler_spec.rb - spec/lib/simple_token_authentication/token_comparator_spec.rb - spec/lib/simple_token_authentication/token_generator_spec.rb - spec/lib/simple_token_authentication_spec.rb - spec/spec_helper.rb - spec/support/dummy_classes_helper.rb - spec/support/spec_for_adapter.rb - spec/support/spec_for_authentication_handler_interface.rb - spec/support/spec_for_configuration_option_interface.rb - spec/support/spec_for_entities_manager_interface.rb - spec/support/spec_for_fallback_handler_interface.rb - spec/support/spec_for_sign_in_handler_interface.rb - spec/support/spec_for_token_comparator_interface.rb - spec/support/spec_for_token_generator_interface.rb - spec/support/specs_for_token_authentication_handler_interface.rb homepage: https://github.com/gonzalo-bulnes/simple_token_authentication licenses: - GPL-3.0+ metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: Simple (but safe) token authentication for Rails apps or API with Devise. test_files: - spec/support/spec_for_entities_manager_interface.rb - spec/support/dummy_classes_helper.rb - spec/support/spec_for_adapter.rb - spec/support/spec_for_configuration_option_interface.rb - spec/support/spec_for_sign_in_handler_interface.rb - spec/support/spec_for_authentication_handler_interface.rb - spec/support/spec_for_token_generator_interface.rb - spec/support/spec_for_fallback_handler_interface.rb - spec/support/specs_for_token_authentication_handler_interface.rb - spec/support/spec_for_token_comparator_interface.rb - spec/configuration/sign_in_token_option_spec.rb - spec/configuration/header_names_option_spec.rb - spec/configuration/skip_devise_trackable_option_spec.rb - spec/configuration/fallback_to_devise_option_spec.rb - spec/configuration/action_controller_callbacks_options_spec.rb - spec/lib/simple_token_authentication/adapters/rails_metal_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/rails_api_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/active_record_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/mongoid_adapter_spec.rb - spec/lib/simple_token_authentication/adapters/rails_adapter_spec.rb - spec/lib/simple_token_authentication/sign_in_handler_spec.rb - spec/lib/simple_token_authentication/token_comparator_spec.rb - spec/lib/simple_token_authentication/token_generator_spec.rb - spec/lib/simple_token_authentication/exception_fallback_handler_spec.rb - spec/lib/simple_token_authentication/configuration_spec.rb - spec/lib/simple_token_authentication/errors_spec.rb - spec/lib/simple_token_authentication/acts_as_token_authenticatable_spec.rb - spec/lib/simple_token_authentication/devise_fallback_handler_spec.rb - spec/lib/simple_token_authentication/token_authentication_handler_spec.rb - spec/lib/simple_token_authentication/entities_manager_spec.rb - spec/lib/simple_token_authentication/acts_as_token_authentication_handler_spec.rb - spec/lib/simple_token_authentication/adapter_spec.rb - spec/lib/simple_token_authentication/entity_spec.rb - spec/lib/simple_token_authentication_spec.rb - spec/spec_helper.rb - gemfiles/rails_5_devise_4.gemfile - gemfiles/rails_4_devise_3.gemfile - gemfiles/rails_6_devise_4.gemfile - gemfiles/rails_7_devise_4.gemfile - gemfiles/ruby_1.9.3_rails_3.2.gemfile - gemfiles/ruby_1.9.3_rails_3.2.gemfile.lock - Appraisals