AbanoubNassem / filament-grecaptcha-field

Provides a Google reCaptcha V2 field for the Filament Forms(V2-V3), works in Admin-Panel and Forntend-Forms.
MIT License
18 stars 7 forks source link

reCaptcha becomes accepted after expiration. #6

Closed atenadadkhah closed 1 year ago

atenadadkhah commented 1 year ago

I noticed that when reCaptcha expires after 1 minute, it accepts the previous one instead of wanting the user to check it again, and the user can login. Although reCaptcha is saying that it is expired.

AbanoubNassem commented 1 year ago

I think this issue could be, related to the plugin I relay on for the captcha : https://github.com/anhskohbo/no-captcha , since my plugin only forward the form value to the no-captcha plugin for validation .