Adding Google Sign In for Web Applications with AWS Amplify

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

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

  • @somanathbhat5517
    @somanathbhat5517 3 года назад +1

    Well made! Crisp, simple and short. I liked the fact that you didn't spend time on cosmetic UI stuff.

  • @dylanalbertazzi
    @dylanalbertazzi 4 года назад +3

    This video was helpful. However, more explanation would be helpful. Such as... why do we add oath2/idpresponse to the redirect URI. I left being able to repeat what you did but not understand why I did it. Thanks for taking the time to make content and teach people like me!

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

    Great!, I like it. Clear content and easy to understand.

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

    Thanks!

  • @arunsh6212
    @arunsh6212 4 года назад +2

    very helpful :)

  • @contractorwolf
    @contractorwolf 4 года назад

    great video Nader, I was able to take what you were teaching in React here and apply it to a little mock Vue app

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

    Thank you so much man!!

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

    Great!

  • @jamesdamildetienne326
    @jamesdamildetienne326 3 года назад +1

    Hi is it possible to get access to this class git repo please ? thanks

  • @101appsCoZa
    @101appsCoZa 4 года назад

    nice video. thanks!

  • @life-on-earth
    @life-on-earth 4 года назад

    What bash are you running? I like the design.

  • @jpcafe
    @jpcafe 4 года назад

    Any idea on how to get Google APIs access tokens from this?
    For ex. on firebase you just provide the scopes you need

  • @kresnofatihimani8402
    @kresnofatihimani8402 3 года назад

    shouldn't be too different for react native right?

  • @FreedomForKashmir
    @FreedomForKashmir 3 года назад

    what to add for redirect url in React-Native(for mobile) ?

  • @grayknightdoron
    @grayknightdoron 4 года назад

    Hi, I having a problem that user (after successful sign in with facebook or google ) not created in cognito pool like in the end of the video, although sign in works and I get the information after sign in (same thing with facebook and google) , last part of video just didn't work, any ideas why ?

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

    How to get avatar and username of Google when the user sign up with Google? I can only get basic information.

  • @NateG459
    @NateG459 4 года назад

    Any chance you can do one for android apps as supposed to web app's? thanks

  • @eliecerrangel7812
    @eliecerrangel7812 4 года назад

    Genial! solo que tengo problemas con el logout, me da un error de url invalido.

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

    Is the Google OAuth service API free ?

  • @orrlevinger
    @orrlevinger 4 года назад

    i dont understand the difference between adding the fedrated provider via user pool or identity pool AWS sure made this whole section super confusing

  • @anonimous__ho
    @anonimous__ho 4 года назад +5

    How the hell do i implement federatedSignIn without this cli ??????.........

    • @eat_good_live_better
      @eat_good_live_better 3 года назад

      I did that. But that is a very lengthy process. Number of making errors - chances are very high if you do it manually.

    • @danilosampaio6493
      @danilosampaio6493 3 года назад

      ruclips.net/video/bswnBFooHqs/видео.html this guy does it

  • @ags5
    @ags5 4 года назад

    How to merge Google login account and manually create account with same email id with help of aws cognito/amplify without use aws lambda?

    • @kiranv6495
      @kiranv6495 4 года назад

      You can use Auth.signIn(userInfo) for that

    • @ags5
      @ags5 4 года назад

      How it will work in my problem, Please describe more

  • @jimingeorge4591
    @jimingeorge4591 4 года назад +1

    How do i signout?

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

    Amplify SUCKS. I always end up 3-4 more times than Firebase to just figure out some very simple functionality. Their document, just like every piece of sh*t AWS has provided, NEVER gets to the point.

  • @somebodyoncetoldme1704
    @somebodyoncetoldme1704 2 месяца назад

    import { Auth } from 'aws-amplify' no longer works