Hi,
I am creating an application that needs an email verification
when user creates an account into the app, I need to send the link
with the user_id as attached parameter so when they click on the
link they will be validated into the database. The problem is that
the link is sending like this
http://www.app.com?user_id=12
Is that correct? I've seen that the links like this use some
kind of encryption. I don't know how to create it.