William Lee

Results 28 comments of William Lee

There are few problematic ones to migrate easily: - auth-with-federated (we need some valid app id?) - auth-with-phone-and-sms-mfa (and probably more to come)

Hi, sorry about the late comment! Yes, that is the preferred way to get `attributes`. Maybe a getter function ```ts get attributes(): CognitoAttributes { return this.authenticator.user?.attributes } ``` so that...

Hi! Sorry this took a long time. `AuthenticatorService` now exposes `.subscribe()`: ```ts @Component() class MyComponent implements OnInit, OnDelete { private unsubscribe: () => void; constructor(private authenticator: Authenticator, private route: Router)...

Hi @julienguiraud, thanks for letting us know! Would you be interested in opening a pull request for this?

Let's see if tests pass 😈

This PR should target `main`, and not `poc/angular-primitives/alpha`. Can you readjust? 🙏

Closing, Angular has to be bumped to 12 first

This could be generalized to a "remember me" button when you sign in, in conjunction with mfa if needed. We'll need to look into underlying Cognito feature to check the...

Hi @hiroki-gota, thanks for your interest! No specific timelines are set yet, but we'll update this thread as soon as we have a branch you can track.