5 ms·
You need to authenticate the user before the activation.
by iamdual 5y ago
You need to authenticate the user before the activation.
- kyrra 5y agoThis. You could rely on a cookie during the get request as well, that you set on the users browser during registration. Or re-auth after click.
- simonw 5y agoThe problem with that is people like myself who tend to register on a laptop but then click the email verification link on their mobile phone. (Because waiting for Gmail to load on a laptop is painful, whereas on my phone is shows up as a push notification within seconds)
- winrid 5y agoWhat about magic links? :)