invisible_captcha icon indicating copy to clipboard operation
invisible_captcha copied to clipboard

Timestamp validation when forms are submitted with JS

Open testa19 opened this issue 3 years ago • 1 comments

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

testa19 avatar Jul 06 '22 10:07 testa19

Yes, you can find further information about that topic/decision in the following issue #24.

markets avatar Jul 06 '22 22:07 markets