AshAuthentication.Strategy.WebAuthn.SignInPreparation (ash_authentication v5.0.0-rc.7)

Copy Markdown View Source

Prepare a query for WebAuthn sign in.

Constrains the query to match the identity field passed to the action. Unlike the Password strategy's SignInPreparation, this module does NOT handle credential verification or token generation - those happen in the Actions module after Wax assertion verification.

Summary

Functions

init(opts)

Callback implementation for Ash.Resource.Preparation.init/1.

supports(opts)

Callback implementation for Ash.Resource.Preparation.supports/1.