some-jordan-35189
08/14/2024, 12:43 PMchilly-king-10285
08/15/2024, 6:03 AMchilly-king-10285
08/15/2024, 6:03 AMrequire_verified_address
login hook works exclusively with passwords and not with passkeys or WebAuthn. However, it's worth noting that the require_verified_address
action is used to ensure that users have a verified email address before they are able to sign in to the application. This action checks whether the user's email address has been verified before allowing them to sign in. If the email address has not been verified, the user will not be able to sign in and will receive an error message [source](https://www.ory.sh/docs/actions/require-verified-address). For more specific information about how this hook interacts with different authentication methods like passkeys or WebAuthn, I would recommend checking the official Ory documentation or reaching out to the Ory community for more detailed guidance.