devise icon indicating copy to clipboard operation
devise copied to clipboard

How does Devise confirmation deals with automatic clicks?

Open collimarco opened this issue 2 years ago • 1 comments

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.

collimarco avatar Sep 01 '23 11:09 collimarco

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

carlosantoniodasilva avatar Sep 01 '23 14:09 carlosantoniodasilva