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 have existing users in my user pool and now I want to allow them to sign in using social Login, in this case Google. My problem is that whenever...

I would some some clarification on what _should_ be happening in the SDK when a `refresh_token` has expired. I'm currently only testing this on my local machine but we have...

In lines 74-77 of [CognitoAuth.js](https://github.com/aws/amazon-cognito-auth-js/blob/master/src/CognitoAuth.js) advancedSecurityDataCollectionFlag is set. This property is a boolean, however it can only ever be set to true due to the conditional before it is set...

bug

There is an issue with the example where the page throws this error: Uncaught ReferenceError: onLoad is not defined

Hello! When I access my link for the cognito pool login it has the wrong paths. Take a look on the link: https://eventsuserspool.auth.us-east-1.amazoncognito.com/ and in the HTML source code: ```  ...

Hi Team, Would it be possible to enable 'passwordless' flow as described in Tim Hunt's talk at https://www.youtube.com/watch?v=8DDIxqIW1sM&feature=youtu.be&t=3020 ? Same applies to any other challenge-response authentication - is it available,...

Hi Team, I am trying to use "amazon-cognito-auth-js" inside my angular2 web application. Executed the following steps to add the dependencies. 1. npm install --save amazon-cognito-auth-js 2. import {CognitoAuth} from...

I am using the app to authenticate admin created user with required SMS based MFA. On the first login the app accepts a temporary password and redirects to input a...

I am trying to write integrated testing on my current project when I try to authenticate a user with the amazon-cognito-auth-js library, and then I got an error of >...

HI, I'm using AWS Moblie SDK to login Facebook through AWSCognitoAuth. It open a web browser, I fill detail account Facebook A and it login successful. But when I logout,...