flutter_login icon indicating copy to clipboard operation
flutter_login copied to clipboard

[FEATURE] reCAPTCHA for Mobile, Web and Desktop applications.

Open lcsvcn opened this issue 2 years ago • 0 comments

Add reCAPTCHA V3 or any similar service to avoid bots from spamming the auth apis to Flutter Login.

Basically, with Flutter being available for web, mac and linux on stable versions and with other platforms that was supported before, it should be nice to allow to add some bot verification to validate before register, login or recover password in multiple versions, and be able when the challenge will be shown like all times or only at retry (second occurrence of the event in a period of time like, 10 minutes or 30 minutes or 1 hour or any custom time interva)

I am facing a lot of bot spam in my app, mainly in the login part of the app.

Sometimes I noticed spamming email recovery.

lcsvcn avatar Jun 14 '22 01:06 lcsvcn