Amplify gen 2, amplify-authenticator “There is already a signed in user.”
I’m using Amplify Gen 2 and have a simple Angular 17 standalone app. When locally I run npx ampx sandbox
then ng serve
my app, I am able to signup and signin/signout multiple times. However, as soon as I alter the app and it reloads, I am signed out and on trying to sign in am warned There is already a signed in user.
Is AWS Amplify becoming everything except an Auth library?
I have been used AWS Amplify to interact with AWS Cognito 2-3 years ago.
How do you use AWS Amplify Auth module to do a SAML signin flow
I have created an AWS Cognito User Pool with a SAML provider.