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

Hi, I am using Amazon Cognito in my UI application. While doing logout, i am calling the [Logout Endpoint](https://docs.aws.amazon.com/cognito/latest/developerguide/logout-endpoint.html). But i am not sure my logout is actually working or...

What's the difference? Why two? Why no docs about difference? What to use for what use cases? https://github.com/aws/amazon-cognito-auth-js https://github.com/aws/aws-amplify/tree/master/packages/amazon-cognito-identity-js

Is it possible to pass validationData to pre sign-up lambda trigger when registering an auth with the application using Google or Facebook IdentityProvider?

I have a Single Page Application written by React + Redux + Router. The session expired after 60 minutes even I run getSession every 15 minutes. So I need to...

Hi, I have already started implementing a login/registration using Amazon Cognito Identity SDK for JavaScript. I have my own custom designed UI, which is self hosted. My question is: can...

Hi everyone, Trying to use OpenID IDp integration. My IDp is [Azure AD](https://login.microsoftonline.com/common). Seems like Microsoft returns a successful response. But I am being redirect to **https://myapp.com?error_description=java.util.ArrayList+cannot+be+cast+to+java.lang.String&state=g6JcAH9BBw6MDjm0AvGz31yXWTJg82KL&error=invalid_request** by _https://myapp.auth.us-east-1.amazoncognito.com/oauth2/idpresponse?code=AQABAAIAAADX............._ Any...

It'd be nice to have some docs about how to use this in angular with System.Js. It is not clear to me if only with this project are we able...

We are having hard time refreshing our tokens forcing clients to login after 1h. We have AWS Cognito service in use for user authentication. We have no problems getting a...

All of a sudden I'm seeing "openId connect" option in the Identity providers of Cognito. Only since a fews hours back. Is this a new feature launched just now? I'm...

Hello, I just spent the last couple of days hacking my way around using the hosted ui with React Native in an Expo app. Recently, the Amplify library has added...