Webauthn-ruby - very complicated. Park it here!

This commit is contained in:
2024-05-21 09:59:11 +01:00
parent dcd4efdd4e
commit 32a06d8c61
7 changed files with 72 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
class AddWebAuthnIdToUser < ActiveRecord::Migration[7.1]
def change
add_column :users, :webauthn_id, :string
end
end