Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does Devise confirmation deals with automatic clicks? #5624

Open
collimarco opened this issue Sep 1, 2023 · 1 comment
Open

How does Devise confirmation deals with automatic clicks? #5624

collimarco opened this issue Sep 1, 2023 · 1 comment

Comments

@collimarco
Copy link

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
Copy link
Member

carlosantoniodasilva commented Sep 1, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants