Skip to content

This is a simple website built with Rails, demonstrating Webauthn.

Notifications You must be signed in to change notification settings

shiangogo/webauthn_rails

Repository files navigation

webauthn_rails

Note: This is a demo site for practice purposes only and should not be deployed in a production environment. This is a simple website built with Rails, demonstrating Webauthn.

Requirements

Make sure that:

  • Ruby version 3.2.2
  • Rails 7.0.8 or above

Installation

  1. Clone this repo to your local machine.
git clone [email protected]:shiangogo/webauthn_rails.git
  1. Nevigate to the project directory.
cd webauthn_rails
  1. Install dependencies
bundle
  1. Set up the database. It's just a simple demo site, so I chose sqlite3.
rails db:create
rails db:migrate
  1. Start the Rails server.
rails s
  1. Then, open your browser and visit http:https://localhost:3000 to see the website.

Usage

About

This is a simple website built with Rails, demonstrating Webauthn.

Resources

Stars

Watchers

Forks