サンプルアプリケーションについて サンプルアプリケーションは、GitHub eito-katagiri-LITALICO/webauthn-ruby-sample の advent_calendar_2023 ブランチで公開しています。 動作されるには、Ruby 3.2 と Node.js 20 が必要です。以下のようにして動作させることができます。 $ git clone https://github.com/eito-katagiri-LITALICO/webauthn-ruby-sample.git $ cd webauthn-ruby-sample $ git checkout advent_calendar_2023 $ bundle install $ bin/setup $ bin/rails javascript:build css:build $ bin/rails se