Flask reCaptcha v3 Implementation

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 21

  • @musicforlife4571
    @musicforlife4571 Год назад +5

    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!

  • @klnmn3722
    @klnmn3722 3 месяца назад

    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

  • @pedrosantarita1262
    @pedrosantarita1262 6 месяцев назад

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

  • @nickapeed
    @nickapeed Год назад

    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!

  • @andreistirb9524
    @andreistirb9524 Год назад

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

  • @d2mpyk
    @d2mpyk 2 года назад

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

  • @xianquoan4935
    @xianquoan4935 Год назад

    gracias mi estimado. si funciono.

  • @jessicaschmidt4349
    @jessicaschmidt4349 10 месяцев назад

    This was perfect. Thank you.

  • @Iron770
    @Iron770 Год назад

    Thanks, friend

  • @hoschi60
    @hoschi60 Год назад

    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?

    • @kieranosborne8887
      @kieranosborne8887  Год назад

      Thanks for the mind words, I'll be doing some more Django tutorials in the next few months.
      As for the blocking of bots and credits, I can't actually find anything online about this. I've never had an issue on small/medium sites where bots took up all the quota. Google doesn't seem to mention how the credit system works for bad actors.

  • @dcard729
    @dcard729 2 года назад

    Works! Thanks, well done video

  • @crocshock911
    @crocshock911 8 месяцев назад

    Thank you for this!

  • @newstroopp3400
    @newstroopp3400 Год назад

    the line to fix: verify_response=requests.post(url=f'{re_verify_url}?secret={re_secret_key}&response={secret_response}').json()

  • @IDK_911
    @IDK_911 Год назад

    thanks

  • @joaoabrunhosa3474
    @joaoabrunhosa3474 Год назад

    Thanks a lot!

  • @dcard729
    @dcard729 2 года назад

    Are you 100% sure is it safe?

    • @kieranosborne8887
      @kieranosborne8887  2 года назад

      Yes of course, just make sure you verify the score 😀

  • @mariamrazmadze4301
    @mariamrazmadze4301 Год назад

    Thanks a lot!