Jyothirmayi Kesireddy

Results 17 comments of Jyothirmayi Kesireddy

@itrestian Is any example available for this flow? Somebody please help me. :(

Yes. But anyway I am not having intiateAuth method yet!! Waiting...

@itrestian Can you please provide any example achieve custom authentication flow? Not the video One. The methods used in the video are not there in the current version SDK. Or...

The following might help for your first issue. `let creds:AWS.CognitoIdentityCredentials = new AWS.CognitoIdentityCredentials(params);` ` console.log("creds",creds); creds.get(function(err) { if (err) return console.log("Error", err); else { console.log("Sucuessfully "); console.log("Cognito Identity Id", creds.identityId);...

@jonsmirl Can you please explain the process to add federated users into userpool?

Now, I want to call getUserAttributes method on the redirected page(suppose localhost :4200/myprofile). BUt to do that, getCurrentUser() is returning null.Any idea how can I implement this?

@jonalexander We should be using `https://github.com/aws/amazon-cognito-auth-js` to create a user into userpool.