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

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

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

  • @marcello-6351
    @marcello-6351 6 หลายเดือนก่อน

    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 7 หลายเดือนก่อน

    Thanks!! nice tutorial!!

  • @JohnColani
    @JohnColani 2 หลายเดือนก่อน

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

    • @coderjony9694
      @coderjony9694  2 หลายเดือนก่อน

      The Amplify Authenticator component offers extensive customization options. You can refer to its documentation for more information on how to customize it according to your needs. Refer - ui.docs.amplify.aws/flutter/connected-components/authenticator/customization#full-ui-customization

  • @RohitGupta-ps1tf
    @RohitGupta-ps1tf 6 หลายเดือนก่อน

    how to achieve phone number login by amplify

  • @MohdAkhilgadwal
    @MohdAkhilgadwal 7 หลายเดือนก่อน

    how to handle if auth session expire

    • @coderjony9694
      @coderjony9694  7 หลายเดือนก่อน +1

      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 7 หลายเดือนก่อน

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

  • @gajendrasahuu5595
    @gajendrasahuu5595 3 หลายเดือนก่อน

    👍👍👍👍❤️