Using AWS Cognito for User Authentication/Registration

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

ความคิดเห็น • 25

  • @stevemerchant1862
    @stevemerchant1862 3 ปีที่แล้ว +2

    Thanks very much. A perfect SIMPLE demo that helps demystify the intricacies of the AWS Cognito documentation

  • @blanky_nap
    @blanky_nap 2 ปีที่แล้ว +1

    Great explanation!

  • @bikramnayak6099
    @bikramnayak6099 2 ปีที่แล้ว +1

    Awesome. well explained in such simple steps. Thank you so much.

  • @shamran99
    @shamran99 3 ปีที่แล้ว +2

    Clearly explained. Thanks!!

    • @CDCentral
      @CDCentral  3 ปีที่แล้ว

      Glad it was helpful!

  • @benjaminargueta3777
    @benjaminargueta3777 3 ปีที่แล้ว +1

    Very well explained, easy to follow. Subscribed.

    • @CDCentral
      @CDCentral  3 ปีที่แล้ว

      Thanks! Glad it was helpful.

  • @arifsultan2009
    @arifsultan2009 2 ปีที่แล้ว +1

    Hi Great video.!! I have doubt. What would happen if I hit the home page directly without logging in.? Will I be able to access the page? If yes then how to handle that.

    • @CDCentral
      @CDCentral  2 ปีที่แล้ว +1

      Thanks for watching!
      You can prevent users from fully loading the home page by verifying the access token in the page DOM ready function using JavaScript/jQuery.
      If the access token isn't valid/expired/or doesn't exist then you can route the user back to the login page or other page.
      For more info about the DOM ready function see www.tutorialspoint.com/What-is-document-ready-method-in-jQuery
      For the aws cognito api for validating the access token docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-using-tokens-verifying-a-jwt.html

  • @rafaelramirez8792
    @rafaelramirez8792 3 ปีที่แล้ว +1

    Thanks for the tutorial.. If I want to redirect the login page to another page in my site, what code should I set in the page? Thnks.

  • @purnachandar2202
    @purnachandar2202 4 ปีที่แล้ว +3

    Hey! Thanks for the tutorial. Could you please help with customized UI??

  • @mrafayshams3089
    @mrafayshams3089 2 ปีที่แล้ว +1

    Great Tutorial! Once logged in successfully; how can we get the email id of the user currently logged in in Javascript?

    • @CDCentral
      @CDCentral  2 ปีที่แล้ว +1

      Thanks! To get user data including their unique ID and email after logging in can be seen in this follow up cognito video th-cam.com/video/ALgbhPaMT1M/w-d-xo.html

  • @msp767
    @msp767 3 ปีที่แล้ว

    When I try this, and remove the response_type argument from the logout link, I get "Required String parameter 'response_type' is not present"

  • @awsservices8144
    @awsservices8144 3 ปีที่แล้ว +2

    grt...thankyou

  • @cairink2110
    @cairink2110 ปีที่แล้ว

    automatically being signed in, when I click on the sign in button. Any solution?

  • @hardspartan013
    @hardspartan013 3 ปีที่แล้ว +1

    Hi! Thanks for your great content! Subscribed!!
    Could you share de customized UI? Pleeeeease! :D
    Regards from Colombia!

    • @ManishYadav-vs7ge
      @ManishYadav-vs7ge ปีที่แล้ว +1

      UI will be auto-generated once you create an app client.

  • @saptarshisengupta5073
    @saptarshisengupta5073 2 ปีที่แล้ว

    why would someone use netbeans in 2020?

    • @CDCentral
      @CDCentral  2 ปีที่แล้ว

      why not? for me its user friendly, stable and solid. For my purposes it gets the job done for me. Is there a use case where it doesn't get the job done for you?