Sha256: 341e4577162bdb3594a53819323827cbaa2cf7ebd3822afb16f7fabcc02513ae

Contents?: true

Size: 715 Bytes

Versions: 101

Compression:

Stored size: 715 Bytes

Contents

<% cred = rodauth.webauthn_credential_options_for_get %>

<%= form_with url: rodauth.webauthn_login_path, method: :post, id: "webauthn-login-form", data: { credential_options: cred.as_json.to_json, turbo: false } do |form| %>
  <%= form.hidden_field rodauth.webauthn_auth_challenge_param, value: cred.challenge %>
  <%= form.hidden_field rodauth.webauthn_auth_challenge_hmac_param, value: rodauth.compute_hmac(cred.challenge) %>
  <%= form.text_field rodauth.webauthn_auth_param, value: "", id: "webauthn-auth", class: "hidden", aria: { hidden: "true" } %>
  <%= form.submit rodauth.webauthn_auth_button, class: "hidden" %>
<% end %>

<%= javascript_include_tag rodauth.webauthn_autofill_js_path, extname: false %>

Version data entries

101 entries across 101 versions & 2 rubygems

Version Path
rodauth-rails-2.1.0 lib/generators/rodauth/templates/app/views/rodauth/tailwind/webauthn_autofill.html.erb
plutonium-0.20.4 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.20.3 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.20.1 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.20.0 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.13 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.12 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.11 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.10 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.9 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.8 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.7 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.6 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.5 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.4 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.3 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.2 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.1 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.19.0 app/views/rodauth/webauthn_autofill.html.erb
plutonium-0.18.8 app/views/rodauth/webauthn_autofill.html.erb