Skip to content

shiangogo/webauthn_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com: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://localhost:3000 to see the website.

Usage

About

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

Resources

Stars

Watchers

Forks

Contributors