Ali Baharev

Results 19 comments of Ali Baharev

@mithundas79 If the problematic line is indeed what you are saying (`browser = await chromium.puppeteer.launch({...`) then most of the code you are showing us is likely to be irrelevant. My...

@richardzcode Thanks, your first suggestion is an acceptable **workaround** for the time being. What I don't like about it is that the userInfo.json in your code comes from the user,...

I looked at the Cognito API reference, and it is weird too. For example: 1. [AdminGetUser](https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_AdminGetUser.html) does not seem to give me the identity ID. 2. [DescribeIdentity](https://docs.aws.amazon.com/cognitoidentity/latest/APIReference/API_DescribeIdentity.html) does not seem...

@richardzcode This map must exist on the backend, because a given user always gets the same `${cognito-identity.amazonaws.com:sub}`. It must be solvable purely on the backend.

@jonsmirl Sorry, I don't understand, but it seems to me that you are also struggling with this issue, or with a very similar one.

@jonsmirl OK, now we are getting somewhere. Please explain: > Then use that string to query all of the attributes for the user out of the user pool. How? Which...

@jonsmirl Thanks for the prompt reply. As I said, yes, it would be an acceptable workaround for the time being, but it requires a user login and the info comes...

@ffxsam Interesting, thanks for letting us know. I recognize `Auth.signIn()` and `Auth.currentCredentials()` but could you explain what `authenticate` is in your code? If I understand correctly what you are suggesting,...

@gbrits I think that we should get official support through the SDK, and we really should not be implementing our workarounds. Especially not in ways that involve data coming from...

@powerful23 OK, where or how I can submit a feature request? People need this feature.