heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
23.95k stars 5.55k forks source link

How does Devise confirmation deals with automatic clicks? #5624

Open collimarco opened 1 year ago

collimarco commented 1 year ago

I just realized that some spam checkers follow the links in the emails automatically:

https://news.ycombinator.com/item?id=28240279

Does Devise implement any form of protection from this automatic clicks?

It seems that Devise is using a normal GET request to confirm the accounts and this may confirm people that didn't click the link.

carlosantoniodasilva commented 1 year ago

Not at the moment, but I have thought about implementing an intermediate step to confirmation and sort of bypass that.