Implementing Amazon Cognito Authentication in Flutter Apps using AWS Amplify | Hands-on tutorial

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

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

  • @JohnColani
    @JohnColani 2 дня назад

    Thank you so much for awesome video, is it possible to change background color of login page please?

  • @marcello-6351
    @marcello-6351 4 месяца назад

    Great video, thanks! Could you make one about Authorization as well? e.g. Flutter widgets available only to admin users, restricted server side (e.g. Lambda) functions

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

    Thanks!! nice tutorial!!

  • @RohitGupta-ps1tf
    @RohitGupta-ps1tf 4 месяца назад

    how to achieve phone number login by amplify

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

    how to handle if auth session expire

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

      When the token expires, the session may expire as well. There are two possible scenarios. The first is that if a user has been on the same page for a long period and makes an HTTP call, your API should return 401 unauthorized since the token has expired. Second, while switching between screens, you should create an auth guard that uses Amplify library functions to determine whether or not the session is still alive. So, addressing these two issues should resolve your issue.

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

      @@coderjony9694 okay can suggest me the function that you will use if you may come into this scenario

  • @gajendrasahuu5595
    @gajendrasahuu5595 Месяц назад

    👍👍👍👍❤️