Sha256: cd2c77d3ef173f51086728cb225779488b029cce8f6ce6a7e885e6e4e162ddb6

Contents?: true

Size: 1.01 KB

Versions: 5

Compression:

Stored size: 1.01 KB

Contents

= Documentation for WebAuthn Login Feature

The webauthn_login feature implements passwordless authentication via
WebAuthn. It depends on the login and webauthn features.

== Auth Value Methods

webauthn_login_user_verification_additional_factor? :: Whether passwordless login via WebAuthn should consider user verification as 2nd factor when using multifactor authentication, false by default. Setting this to true means that the app trusts the user verification done by the authenticator is strong enough to be considered an additional factor.
webauthn_login_error_flash :: The flash error to show if there is a failure during passwordless login via WebAuthn.
webauthn_login_failure_redirect :: Whether to redirect if there is a failure during passwordless login via WebAuthn.
webauthn_login_route :: The route to the webauthn login action.

== Auth Methods

before_webauthn_login :: Any actions to take before passwordless login via WebAuthn.
before_webauthn_login_route :: Run arbitrary code before handling a webauthn login route.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rodauth-2.36.0 doc/webauthn_login.rdoc
rodauth-2.34.0 doc/webauthn_login.rdoc
rodauth-2.33.0 doc/webauthn_login.rdoc
rodauth-2.32.0 doc/webauthn_login.rdoc
rodauth-2.31.0 doc/webauthn_login.rdoc