Create an Angular Service for AWS Cognito Service

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

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

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

    Hey sir
    Thank you so much
    You have solved my big problem

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

    This is a great video series. Well presented and easy to listen to. It would be wonderful if you could show MFA (preferably with TOTP. I have not been able to get that to work. Thanks!

  • @dukeim
    @dukeim 11 месяцев назад +1

    I have problem with types when using angular 17 (nodejs 20), specifically with Amplify.configure (). Even the Auth object is not found in aws-amplify because i got error when i use import { Amplify, Auth } from 'aws-amplify' Sombody has experienced same errors?

    • @kacpermejsner8659
      @kacpermejsner8659 11 месяцев назад +1

      i looked deeper into the missmatching types and found this:
      Amplify.configure({
      Auth: {
      Cognito: environment.cognito
      }
      });
      also changed userPoolWebClientId to userPoolClientId

    • @sarangabandara9681
      @sarangabandara9681 8 месяцев назад +1

      Same issue in import {Auth}
      Have you solved this issue?