amazon-cognito-auth-js icon indicating copy to clipboard operation
amazon-cognito-auth-js copied to clipboard

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.

Results 103 amazon-cognito-auth-js issues
Sort by recently updated
recently updated
newest added

I'm not sure how to take the accessToken, idToken, and refreshToken returned and use them to set AWS.config.credentials

when i comment out this line, it works: https://github.com/aws/amazon-cognito-auth-js/blob/808e304aac9f61b4a1e8d9af0f8f5196d32f3ce8/src/CognitoAuth.js#L541 (using it in a react native app)

When google or Facebook login again with cognito login server, it throws error user attributes:email: Attribute cannot be updated&state=hwtQRRQAvECzM1zum8yUAn7QO2Y60HSY. Seems that the login server will update the mail attribute when...