Is this related to a new or existing framework?
No response
Is this related to a new or existing API?
Authentication
Is this related to another service?
No response
Describe the feature you'd like to request
Auth.signIn used to return a CognitoUser with a Session which could be stored and persisted such that one could continue a login session in a different browser tab by recreating the CognitoUser with the persisted session and calling Auth.sendCustomChallengeAnswer(cognitoUser, answer). In v6 this is no longer possible since the signInSession is handled internally.
I need this feature in order to implement magic sign-in links as described in this blog post:
https://aws.amazon.com/blogs/mobile/implementing-passwordless-email-authentication-with-amazon-cognito/
Describe the solution you'd like
Is there a workaround in v6 that allows to set the signInSession of the signInStore in order to continue the session in a different browser tab?
Describe alternatives you've considered
Downgrade to v5
Additional context
No response
Is this something that you'd be interested in working on?
Is this related to a new or existing framework?
No response
Is this related to a new or existing API?
Authentication
Is this related to another service?
No response
Describe the feature you'd like to request
Auth.signInused to return aCognitoUserwith aSessionwhich could be stored and persisted such that one could continue a login session in a different browser tab by recreating theCognitoUserwith the persisted session and callingAuth.sendCustomChallengeAnswer(cognitoUser, answer). Inv6this is no longer possible since thesignInSessionis handled internally.I need this feature in order to implement magic sign-in links as described in this blog post:
https://aws.amazon.com/blogs/mobile/implementing-passwordless-email-authentication-with-amazon-cognito/
Describe the solution you'd like
Is there a workaround in
v6that allows to set thesignInSessionof thesignInStorein order to continue the session in a different browser tab?Describe alternatives you've considered
Downgrade to
v5Additional context
No response
Is this something that you'd be interested in working on?