Webauthn-ruby - very complicated. Park it here!
This commit is contained in:
5
db/migrate/20240521084152_add_web_authn_id_to_user.rb
Normal file
5
db/migrate/20240521084152_add_web_authn_id_to_user.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddWebAuthnIdToUser < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :users, :webauthn_id, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user