Google Captcha in React || React Google Recaptcha || Captcha Authentication || ReactJS Google Auth

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

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

  • @oikya5804
    @oikya5804 9 месяцев назад +3

    How did you implemented your Backend Validation?

  • @Phas0ruk
    @Phas0ruk Год назад +11

    er what about validating the response from google??

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

      in the backend, google gives a post endpoint to verify, it will reply whether it is verified, hostname and action name.

  • @kashimjakati6945
    @kashimjakati6945 11 месяцев назад

    Thank you so much Helpful for me

  • @bombyvonbomberson3285
    @bombyvonbomberson3285 2 года назад +2

    Legend. Thank you!

  • @PritamMorajkar
    @PritamMorajkar Год назад +1

    Hi! how do you get the traffic light identification pop-up? I only get to select the checkbox.

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

    Thank you for your video, very good step by step !

  • @komalkapale
    @komalkapale Год назад +2

    where is the port number..

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

    Is there any library which is open source. This is a free service. Also what about platform based apps.

  • @houdatintane6828
    @houdatintane6828 9 месяцев назад

    thank you so much

  • @LalitSharma-te9ru
    @LalitSharma-te9ru 2 года назад +1

    great 👍

  • @jtrenda333
    @jtrenda333 Год назад +1

    Is this a React video or Uncharted?

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

    But where can we get gtoken?

  • @prayogaluphalithalu4305
    @prayogaluphalithalu4305 5 месяцев назад

    What is onChange logic

  • @teshomeyalew935
    @teshomeyalew935 Год назад +1

    Everyone should subscribe. He made it easy for us. Thanks

  • @tripOWithme
    @tripOWithme 2 года назад +1

    👌👍

  • @sanjuk3185
    @sanjuk3185 Год назад +1

    How to refresh captcha in react

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

      When we log out and come back to login page, recaptcha is not visible

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

      @@sanjuk3185 any solution you got for this?

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

      @@kushagraporwal4591 reaptcha is solution, I found later..

    • @Sameer.Trivedi
      @Sameer.Trivedi Год назад

      You can use a reference. Just make a reference say const capRef = useRef(null);
      Pass this in the reference prop of reCaptcha component,
      Then you can use this reference to refresh the page with any function. For example
      Refresh CAPTCHA
      Then in your onClick function, you can do
      capRef.current.reset();
      Hope this helps!

  • @preetjariwala9300
    @preetjariwala9300 11 месяцев назад

    tysm