Auto Sign In with Cognito / Amplify Authenticator Components?
问题 I'm using the Amplify authenticator component (described here) with Cognito User Pools. Right now, adding the basic authenticator to html takes the user through the following process automatically: 1) Sign up 2) Enter verification code sent to email 3) Sign-in: Re-enter user name and password This is based on just adding to html: <amplify-authenticator></amplify-authenticator> So new users sign up, and then right away need to sign in. It would be better if they were automatically signed-in,