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.rails server.Access the demo site at http://localhost:3000 to interact with the application.
The WebAuthn Rails Demo App serves as a demonstration of implementing a WebAuthn password-less login system in a Ruby on Rails application. With features like local deployment guidance, gem management best practices, and direct application access, it provides a practical example for developers looking to integrate WebAuthn into their projects.
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.