Hi,
I am looking for advice on the best way to setup email confirmation for my app.
I am building a job board and I have setup sign in with Linkedin using an API connector. We haven’t launched our website and hence we do not have access to the higher tier of the Sign in with Linked. Currently the only information we get from Linkedin is name, email, profile picture.
Post initial sign up I also ask the user to share their work email and I am having issues confirming their work email address. Things I have tried:
-
I tried using the Send Confirmation email action when a user submits their work email address. This did not work since the verification email was sent to the email on the users account i.e. email used in their Linkedin account and not their work email
-
I tried using the Send Confirmation email action to generate a token and then sent an email via SendGrid to the user’s work email asking them to verify their work email with the link generated using this token. Once a user clicks the link, I tried updating the verification status for current user. This didnt work since work profiles are different from personal profiles so clicking on the link would lead to confirmation page on a new chrome profile where the user was not logged in intiially.
Is there an easy way to setup Email confirmation for this usecase?