send a confirmation email link and check if it has been clicked or not

Actions & Logic

When registering a user, I want the user to get access to the home page after confirming via the link in the email.

I added an action that sends the link to the email and created a check for it.

Ideally, after receiving confirmation, the home page should open, but instead, it immediately shows me that the link was not verified.

What have you tried so far?

I have an idea to implement a delay and then check or check and if false, create a delay.

But if I do this, the user will have to wait for this delay even if they have already confirmed, so the delay needs to be disabled if the user confirms and directed to the home page. Or something else.

Please advise how best to ensure that the user reaches the home page only after confirmation.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
1 reply