--- !ruby/object:Gem::Specification name: authentication-zero version: !ruby/object:Gem::Version version: 2.16.4 platform: ruby authors: - Nixon autorequire: bindir: bin cert_chain: [] date: 2023-02-11 00:00:00.000000000 Z dependencies: [] description: email: - lazaronixon@hotmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/FUNDING.yml" - ".github/workflows/CI.yml" - ".gitignore" - ".rubocop.yml" - ".ruby-version" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - authentication-zero.gemspec - lib/authentication-zero.rb - lib/authentication_zero.rb - lib/authentication_zero/version.rb - lib/generators/authentication/USAGE - lib/generators/authentication/authentication_generator.rb - lib/generators/authentication/templates/config/initializers/omniauth.rb - lib/generators/authentication/templates/config/redis/shared.yml - lib/generators/authentication/templates/controllers/api/application_controller.rb.tt - lib/generators/authentication/templates/controllers/api/authentications/events_controller.rb.tt - lib/generators/authentication/templates/controllers/api/identity/email_verifications_controller.rb.tt - lib/generators/authentication/templates/controllers/api/identity/emails_controller.rb.tt - lib/generators/authentication/templates/controllers/api/identity/password_resets_controller.rb.tt - lib/generators/authentication/templates/controllers/api/passwords_controller.rb.tt - lib/generators/authentication/templates/controllers/api/registrations_controller.rb.tt - lib/generators/authentication/templates/controllers/api/sessions/sudos_controller.rb.tt - lib/generators/authentication/templates/controllers/api/sessions_controller.rb.tt - lib/generators/authentication/templates/controllers/html/application_controller.rb.tt - lib/generators/authentication/templates/controllers/html/authentications/events_controller.rb.tt - lib/generators/authentication/templates/controllers/html/home_controller.rb.tt - lib/generators/authentication/templates/controllers/html/identity/email_verifications_controller.rb.tt - lib/generators/authentication/templates/controllers/html/identity/emails_controller.rb.tt - lib/generators/authentication/templates/controllers/html/identity/password_resets_controller.rb.tt - lib/generators/authentication/templates/controllers/html/passwords_controller.rb.tt - lib/generators/authentication/templates/controllers/html/registrations_controller.rb.tt - lib/generators/authentication/templates/controllers/html/sessions/omniauth_controller.rb.tt - lib/generators/authentication/templates/controllers/html/sessions/sudos_controller.rb.tt - lib/generators/authentication/templates/controllers/html/sessions_controller.rb.tt - lib/generators/authentication/templates/controllers/html/two_factor_authentication/challenges_controller.rb.tt - lib/generators/authentication/templates/controllers/html/two_factor_authentication/totps_controller.rb.tt - lib/generators/authentication/templates/erb/authentications/events/index.html.erb.tt - lib/generators/authentication/templates/erb/home/index.html.erb.tt - lib/generators/authentication/templates/erb/identity/emails/edit.html.erb.tt - lib/generators/authentication/templates/erb/identity/password_resets/edit.html.erb.tt - lib/generators/authentication/templates/erb/identity/password_resets/new.html.erb.tt - lib/generators/authentication/templates/erb/passwords/edit.html.erb.tt - lib/generators/authentication/templates/erb/registrations/new.html.erb.tt - lib/generators/authentication/templates/erb/session_mailer/signed_in_notification.html.erb.tt - lib/generators/authentication/templates/erb/sessions/index.html.erb.tt - lib/generators/authentication/templates/erb/sessions/new.html.erb.tt - lib/generators/authentication/templates/erb/sessions/sudos/new.html.erb.tt - lib/generators/authentication/templates/erb/two_factor_authentication/challenges/new.html.erb.tt - lib/generators/authentication/templates/erb/two_factor_authentication/totps/new.html.erb.tt - lib/generators/authentication/templates/erb/user_mailer/email_verification.html.erb.tt - lib/generators/authentication/templates/erb/user_mailer/password_reset.html.erb.tt - lib/generators/authentication/templates/mailers/session_mailer.rb.tt - lib/generators/authentication/templates/mailers/user_mailer.rb.tt - lib/generators/authentication/templates/migrations/create_email_verification_tokens_migration.rb.tt - lib/generators/authentication/templates/migrations/create_events_migration.rb.tt - lib/generators/authentication/templates/migrations/create_password_reset_tokens_migration.rb.tt - lib/generators/authentication/templates/migrations/create_sessions_migration.rb.tt - lib/generators/authentication/templates/migrations/create_users_migration.rb.tt - lib/generators/authentication/templates/models/current.rb.tt - lib/generators/authentication/templates/models/email_verification_token.rb.tt - lib/generators/authentication/templates/models/event.rb.tt - lib/generators/authentication/templates/models/password_reset_token.rb.tt - lib/generators/authentication/templates/models/session.rb.tt - lib/generators/authentication/templates/models/user.rb.tt - lib/generators/authentication/templates/test_unit/application_system_test_case.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/identity/email_verifications_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/identity/emails_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/identity/password_resets_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/passwords_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/registrations_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/api/sessions_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/identity/email_verifications_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/identity/emails_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/identity/password_resets_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/passwords_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/registrations_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/controllers/html/sessions_controller_test.rb.tt - lib/generators/authentication/templates/test_unit/mailers/session_mailer_test.rb.tt - lib/generators/authentication/templates/test_unit/mailers/user_mailer_test.rb.tt - lib/generators/authentication/templates/test_unit/system/identity/emails_test.rb.tt - lib/generators/authentication/templates/test_unit/system/identity/password_resets_test.rb.tt - lib/generators/authentication/templates/test_unit/system/passwords_test.rb.tt - lib/generators/authentication/templates/test_unit/system/registrations_test.rb.tt - lib/generators/authentication/templates/test_unit/system/sessions_test.rb.tt - lib/generators/authentication/templates/test_unit/test_helper.rb.tt - lib/generators/authentication/templates/test_unit/users.yml.tt homepage: https://github.com/lazaronixon/authentication-zero licenses: - MIT metadata: homepage_uri: https://github.com/lazaronixon/authentication-zero source_code_uri: https://github.com/lazaronixon/authentication-zero changelog_uri: https://github.com/lazaronixon/authentication-zero/blob/main/CHANGELOG.md 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.3.7 signing_key: specification_version: 4 summary: An authentication system generator for Rails applications test_files: []