How to do an email check/confirmation/validation with Phoenix?

constructs a verify link with the token and send it to the user (might also want to include the user ID in it)

Are there any tutorials on how to constructs a verify link?

Here I was trying to constructs one, but still can’t figure out completely yet.