Learn how to add adaptive MFA to your Auth0 login flow using Authsignal.
Configuring a rule with a condition to allow if you know that the user's device has been previously authenticated within the last day.
device_id
as an authorization param in your Auth0 integration code.
If you are already tracking device ID in your own app you can pass this value - or use the Authsignal Web SDK to pass a persistent device ID which is stored in a cookie.
For example if using the auth0-spa-js library:
event
object.