Auth0 react sdk with Passwordless authentication (Magic link)

Ready to post? :magnifying_glass_tilted_left: First, try searching for your answer.
Did auth0 react sdk works with passwordless authentication (magic link) ?

Hi @abdultester71,

Welcome to the Auth0 Community!

Yes, the Auth0 React SDK does work with Passwordless authentication, this post provides more information about it.

If you have any other question for us feel free to ask.

Have a good one,
Vlad

Thanks for the reply, I am calling passwordless api from my backend, and it generates a link for me, the react auth0 sdk also work in this case ?

Yes, it will work no matter the SDK.

Thanks for the reply, How can we check the link expire or not,
I clicked on the link second time and it shows me on params that “error or expire” something like this but it stills redirect me to my app and authenticate the user,
I want that when link exipre, the user will not enter into the app. How can we manage this ?