invisible_captcha
invisible_captcha copied to clipboard
Timestamp validation when forms are submitted with JS
The consecutive submits of the form fail as timestamp is deleted from the session after validation
timestamp = session.delete(:invisible_captcha_timestamp)
No form is rendered - no timestamp is added - validation fail on next submit
Yes, you can find further information about that topic/decision in the following issue #24.