Rails app demonstrating a WebAuthn password-less login
The WebAuthn Rails Demo App is an application showcasing a WebAuthn password-less login system created using Ruby on Rails and the webauthn ruby gem. It offers an example of implementing WebAuthn as a second factor authenticator in a Rails application, as seen in the webauthn-2fa-rails-demo.
bundle install.Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.