Flask reCaptcha v3 Implementation

preview_player
Показать описание
Today I'll show you how to implement Google reCaptcha v3 on a flask website, although the tutorial is made around flask it's still relevant to others such Django, Spring, PHP etc.

Github code:

Google reCaptcha Docs:
Рекомендации по теме
Комментарии
Автор

Excellent video! For something that looks so complicated/confusing when looking at the docs (Google's docs really are so dry!), you made this super easy, thank you!

musicforlife
Автор

Great video, thank you! This had me pulling my hair out for a minute there, but it turned out to be so easy with this video as a guide. Much appreciated

klnmn
Автор

this is a fantastic video, somethings have changed from the making of this video, but still a great one!! Cheers!

pedrosantarita
Автор

Great work! I got this running on my production machine, looking forward to seeing less or hopefully no bot messages from my site tomorrow. Thanks so much!

nickapeed
Автор

Excellent video, thank you very much, it helped me a lot!

andreistirb
Автор

Thank you, Excellent Video, Just what I was looking for

dmpyk
Автор

Great stuff... I come from Django and was looking for tutorials of decent quality but haven't found any, so this one is (for Django users) a hidden gem! You might consider tweaking the title and/or Thumbnail with some keywords (i.e. relevent for Django) as it took me quite a few approaches to come across this video, eventhough you mention Django in the description and in the first 10 seconds of the video. Thanks again!

I would also be interested in a video on verification of user interaction and when page loads, as reCaptcha offers also those two features.... Another thing of interest would be, how to limit or filter the verification requests of a specific user or IP address to avoid using up credits? Or is this a feature of reCaptcha itself and blocking continuous request?

hoschi