Confirm pending user without deep-linking?

Is there a way to confirm a pending user in App Services without using deep-linking or universal links?

It seems to me that this is restricting the user - if the confirmation email is not opened on the phone (e.g. on a laptop), then the link from the email would not lead back to the app, but to the browser. This means that the confirmUser function will not be called: await app.emailPasswordAuth.confirmUser({ token, tokenId });.

The same goes for the password reset process…

Am I missing something?

I know the pending user can be confirmed via the Admin API but that does not seem like the correct way to do that.

1 Like