devise-passkeys
Devise extension to use passkeys instead of passwords
File Explorer
Download Latest Version (.zip)- config.yml
- dependabot.yml
- console
- setup
- test
- yard
- config
- rails_6.gemfile
- rails_7.gemfile
- reauthentication.rb
- reauthentication_challenge.rb
- passkeys_controller_concern.rb
- reauthentication_controller_concern.rb
- registrations_controller_concern.rb
- sessions_controller_concern.rb
- controllers.rb
- model.rb
- passkey_issuer.rb
- rails.rb
- reauthentication_strategy.rb
- strategy.rb
- version.rb
- passkeys.rb
- passkeys.rbs
- test_reauthentication.rb
- test_reauthentication_challenge.rb
- test_passkeys_controller_concern.rb
- test_reauthentication_controller_concern.rb
- test_registrations_controller_concern.rb
- test_sessions_controller_concern.rb
- test_passkey_issuer.rb
- test_passkeys.rb
- admin.rb
- shim.rb
- user.rb
- user_on_engine.rb
- user_on_main_app.rb
- user_passkey.rb
- user_with_validations.rb
- user_without_email.rb
- sessions_controller.rb
- registrations_controller.rb
- registrations_controller.rb
- sessions_controller.rb
- admins_controller.rb
- application_controller.rb
- application_with_fake_engine.rb
- home_controller.rb
- streaming_controller.rb
- users_controller.rb
- application_helper.rb
- from_proc_mailer.rb
- mailer.rb
- reply_to_mailer.rb
- admin.rb
- shim.rb
- user.rb
- user_on_engine.rb
- user_on_main_app.rb
- user_with_validations.rb
- user_without_email.rb
- new.html.erb
- index.html.erb
- admin_dashboard.html.erb
- index.html.erb
- join.html.erb
- private.html.erb
- user_dashboard.html.erb
- application.html.erb
- confirmation_instructions.erb
- new.html.erb
- edit_form.html.erb
- index.html.erb
- bundle
- rails
- rake
- development.rb
- production.rb
- test.rb
- backtrace_silencers.rb
- devise.rb
- inflections.rb
- secret_token.rb
- session_store.rb
- application.rb
- boot.rb
- database.yml
- environment.rb
- routes.rb
- 20100401102949_create_tables.rb
- schema.rb
- lazy_load_test_module.rb
- shared_admin.rb
- shared_user.rb
- shared_user_without_email.rb
- 404.html
- 422.html
- 500.html
- favicon.ico
- config.ru
- Rakefile
- active_record.rb
- mongoid.rb
- extra_assertions.rb
- webauthn_test_helpers.rb
- test_helper.rb
- .gitignore
- .rubocop.yml
- .yardopts
- Appraisals
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- devise-passkeys.gemspec
- Gemfile
- Gemfile.lock
- LICENSE.txt
- Rakefile
- README.md
- THANKS.md
# Installation Guide
1. Get the code
git clone https://github.com/ruby-passkeys/devise-passkeys
Downloads the entire project code from GitHub to your computer.
cd devise-passkeys
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
$ bundle
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
