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

Using the library for ADFS SAML authentication and it is working fine except for IE 11. I'm getting the following error message: >> ReferenceError: 'Symbol' is undefined ``` HTML1300: Navigation...

From: aws/aws-amplify#737 --- Do you want to request a feature or report a bug? **Report a bug** What is the current behavior? **After installing AWS Amplify & AWS Amplify React...

Hi I have used boto3 methods signup and initiate_auth to get id_token,access_token and refresh_token from my user pool. Now i have added social login(amazon,google) to my userpool ,To get tokens...

Hi Team, It appears that `clearCachedTokensScopes()` does not work as intended, because it references `this.username` and that parameter is `undefined`. When instantiating `CognitoAuth`, `this.username` is set to `this.getLastUser()` (and this...

Cognito's documentation states that it supports a parameter named [idp_identifier](https://docs.aws.amazon.com/cognito/latest/developerguide/authorization-endpoint.html) containing a string to be matched against the list of identifiers configured for the User Pool. I don't see this...

Hi, is there any way that i can set the refresh token to less than a day, i see that its atleast a day, but is it possible to set...

Hi Team, It looks like currently the 'opt-in' setting to remember user devices is ignored, as there's no dialog to confirm it. Are there plans to add it to the...

Environment: - amazon-cognito-auth-js: 1.3.2 - react-native: 0.58.1 I tried to use this project on react-native. and tried to use "LaunchUrl override functionality". My code is something like this: ``` import...

It seems not an issue. But i have question whether its possible or not. If my cognito user is disabled and try to login, We are seeing error message "User...

When I use getSession() it could trigger UI or could exchange refresh tokens. I am trying to implement a UI that prompts for "Login" if there is no unexpired token...