Metadata


Name
kingsman
Version
0.1.1
Platform
ruby
Authors
Tung Nguyen
Bindir
exe
Date
2023-12-02 00:00:00 UTC
Dependencies
activesupport (>= 0)
memoist (>= 0)
rainbow (>= 0)
thor (>= 0)
zeitwerk (>= 0)
jets-responders (>= 0)
bcrypt (>= 0)
orm_adapter (>= 0)
warden (>= 0)
bundler (>= 0, development)
byebug (>= 0, development)
rake (>= 0, development)
rspec (>= 0, development)
Email
tongueroo@gmail.com
Files
CHANGELOG.md
LICENSE.txt
README.md
Rakefile
app/controllers/kingsman/confirmations_controller.rb
app/controllers/kingsman/omniauth_callbacks_controller.rb
app/controllers/kingsman/passwords_controller.rb
app/controllers/kingsman/registrations_controller.rb
app/controllers/kingsman/sessions_controller.rb
app/controllers/kingsman/unlocks_controller.rb
app/controllers/kingsman_controller.rb
app/jobs/application_job.rb
app/mailers/kingsman/mailer.rb
app/views/kingsman/confirmations/new.html.erb
app/views/kingsman/home/index.html.erb
app/views/kingsman/mailer/confirmation_instructions.html.erb
app/views/kingsman/mailer/email_changed.html.erb
app/views/kingsman/mailer/password_change.html.erb
app/views/kingsman/mailer/reset_password_instructions.html.erb
app/views/kingsman/mailer/unlock_instructions.html.erb
app/views/kingsman/passwords/edit.html.erb
app/views/kingsman/passwords/new.html.erb
app/views/kingsman/registrations/edit.html.erb
app/views/kingsman/registrations/new.html.erb
app/views/kingsman/sessions/new.html.erb
app/views/kingsman/shared/_error_messages.html.erb
app/views/kingsman/shared/_links.html.erb
app/views/kingsman/unlocks/new.html.erb
app/views/kingsman/up/index.html.erb
config.ru
config/application.rb
config/locales/en.yml
lib/generators/active_record/kingsman_generator.rb
lib/generators/active_record/templates/migration.rb
lib/generators/active_record/templates/migration_existing.rb
lib/generators/kingsman/controllers_generator.rb
lib/generators/kingsman/install_generator.rb
lib/generators/kingsman/kingsman_generator.rb
lib/generators/kingsman/orm_helpers.rb
lib/generators/kingsman/views_generator.rb
lib/generators/mongoid/kingsman_generator.rb
lib/generators/templates/README
lib/generators/templates/controllers/README
lib/generators/templates/controllers/confirmations_controller.rb
lib/generators/templates/controllers/omniauth_callbacks_controller.rb
lib/generators/templates/controllers/passwords_controller.rb
lib/generators/templates/controllers/registrations_controller.rb
lib/generators/templates/controllers/sessions_controller.rb
lib/generators/templates/controllers/unlocks_controller.rb
lib/generators/templates/kingsman.rb
lib/generators/templates/markerb/confirmation_instructions.markerb
lib/generators/templates/markerb/email_changed.markerb
lib/generators/templates/markerb/password_change.markerb
lib/generators/templates/markerb/reset_password_instructions.markerb
lib/generators/templates/markerb/unlock_instructions.markerb
lib/generators/templates/simple_form_for/confirmations/new.html.erb
lib/generators/templates/simple_form_for/passwords/edit.html.erb
lib/generators/templates/simple_form_for/passwords/new.html.erb
lib/generators/templates/simple_form_for/registrations/edit.html.erb
lib/generators/templates/simple_form_for/registrations/new.html.erb
lib/generators/templates/simple_form_for/sessions/new.html.erb
lib/generators/templates/simple_form_for/unlocks/new.html.erb
lib/kingsman.rb
lib/kingsman/autoloader.rb
lib/kingsman/controllers/helpers.rb
lib/kingsman/controllers/rememberable.rb
lib/kingsman/controllers/responder.rb
lib/kingsman/controllers/scoped_views.rb
lib/kingsman/controllers/sign_in_out.rb
lib/kingsman/controllers/store_location.rb
lib/kingsman/controllers/url_helpers.rb
lib/kingsman/delegator.rb
lib/kingsman/encryptor.rb
lib/kingsman/failure_app.rb
lib/kingsman/hooks.rb
lib/kingsman/hooks/activatable.rb
lib/kingsman/hooks/csrf_cleaner.rb
lib/kingsman/hooks/forgetable.rb
lib/kingsman/hooks/lockable.rb
lib/kingsman/hooks/proxy.rb
lib/kingsman/hooks/rememberable.rb
lib/kingsman/hooks/timeoutable.rb
lib/kingsman/hooks/trackable.rb
lib/kingsman/jets.rb
lib/kingsman/jets/routes.rb
lib/kingsman/jets/warden_compat.rb
lib/kingsman/mailers/helpers.rb
lib/kingsman/mapping.rb
lib/kingsman/models.rb
lib/kingsman/models/authenticatable.rb
lib/kingsman/models/confirmable.rb
lib/kingsman/models/database_authenticatable.rb
lib/kingsman/models/lockable.rb
lib/kingsman/models/omniauthable.rb
lib/kingsman/models/recoverable.rb
lib/kingsman/models/registerable.rb
lib/kingsman/models/rememberable.rb
lib/kingsman/models/timeoutable.rb
lib/kingsman/models/trackable.rb
lib/kingsman/models/validatable.rb
lib/kingsman/modules.rb
lib/kingsman/omniauth.rb
lib/kingsman/omniauth/config.rb
lib/kingsman/omniauth/url_helpers.rb
lib/kingsman/orm.rb
lib/kingsman/orm/active_record.rb
lib/kingsman/orm/mongoid.rb
lib/kingsman/parameter_filter.rb
lib/kingsman/parameter_sanitizer.rb
lib/kingsman/secret_key_finder.rb
lib/kingsman/strategies/authenticatable.rb
lib/kingsman/strategies/base.rb
lib/kingsman/strategies/database_authenticatable.rb
lib/kingsman/strategies/rememberable.rb
lib/kingsman/token_generator.rb
lib/kingsman/version.rb
Homepage
https://github.com/rubyonjets/kingsman
Licenses
MIT
Metadata
{"homepage_uri"=>"https://github.com/rubyonjets/kingsman"}
Require paths
lib
Required ruby version
>= 2.7.0
Required rubygems version
>= 0
Rubygems version
3.4.20
Specification version
4
Summary
Authentication solution for Jets with Warden
Original platform
ruby
New platform
ruby