Implement Passkey authentication

This commit is contained in:
Stanko K.R.
2026-02-18 11:24:10 +01:00
parent 70c19e4881
commit da69039476
18 changed files with 368 additions and 78 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<div class="flex flex-column gap position-relative">
<% if Current.user == @user %>
<%= link_to user_credentials_path(@user), class: "user-edit-link btn", style: "inset: 0 auto auto 0", data: { controller: "tooltip" } do %>
🔑
<%= icon_tag "key" %>
<span class="for-screen-reader">Manage passkeys</span>
<% end %>