Creating passwordless login using AWS Cognito, Lambda and Api Gateway part 1

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • 00:00 - 01:48 Tutorial Overview
    01:49 - 03:46 Creating userpool
    03:47 - 05:21 Pre signup Lambda
    05:22 - 07:42 Setup AWS CLI
    07:42 - 11:33 Triggering pre signup
    11:33 - 13:37 Confirm and verify a user
    13:37 - 22:57 Define- and create auth challenge Lambda
    22:57 - 29:20 Verify auth challenge Lambda
    29:20 - 30:00 Summary
    At Qquest, one of our areas of expertise is development. With our developers we have built several applications for training purposes, one of them is an application that can be used to make reservations for a desk at the office: qquestlabs.nl/.... This came to good use during the pandemic where we were only allowed to have a limited amount of people at the office. During the development phase of this application, we noticed that it was difficult to find good information on how to implement passwordless authentication. With this video, we want to share the knowledge that we gained from this experience so you can benefit from this as well.
    The following links lead to the documentation used in the video:
    docs.aws.amazo...
    aws.amazon.com...
    docs.aws.amazo...
    docs.aws.amazo...

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

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

    The create auth challenge parameters saved me. Kept getting generic email/password error before that. Thanks a lot. Solution to a whole day of troubleshooting.

  • @senninrendan
    @senninrendan 2 года назад +3

    where is the part 2, i neeed ittttt hahaha

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

    Too bad I didn't have this tutorial a year ago.
    Can't wait for part 2!

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

    amazing video. just followed al steps and worked.

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

    Excellent! Thanks so much!

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

    Bro this was lit.. Great tutorial..

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

    Good explanation ...thanks..

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

    when part 2 will be available?

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

    Super

  • @pjpj652
    @pjpj652 10 месяцев назад +1

    part 2?

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

    Hey will you be posting a part 2? I really need to finish this course, if you could point me to your course resource I will buy it. Thanks so much for this.

  • @dhanush-s1g
    @dhanush-s1g 2 месяца назад

    i need the updated version code
    can u make new video

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

    Is the otp stored In session array?

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

    can you please share the lambda code in github or here? thanks!