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

Not sure if this is the right place to be putting these issues, or if we should be going straight to AWS Support, anyway here goes... We have been attempting...

Hi, May I know if its possible in the Pre-SignUp trigger, to catch the error in validationData from Cognito if it outputs an error message (like "user already exist"). Or...

Hello Team, In sample/index.html - i am not sure what value should i put for: IdentityProvider : '' I use only User Pools in Cognito with Facebook identity provider. I...

When I try to save any changes to my user pool I always get an error that says Your roles are still being created. Please wait and try again. I...

Hello, I have the same issue like this: >I have setup Cognito using OpenID with Salesforce as the Identity Provider. I am able to login fine with the redirect giving...

I'm not sure if there is method to automatically refresh the Id token and Access token when they are expired? Or we are able to use getCacheSession or getSession directly...

Good evening, I am integrating Cognito into my company platform for authentication and authorization. Currently I have a web app in html5+css+javascript acting as a frontend for a REST server...

Cognito itself does [document support](https://docs.aws.amazon.com/cognito/latest/developerguide/authorization-endpoint.html) for [PKCE](https://tools.ietf.org/html/rfc7636) on its Auth API. I see that there's no interaction with that at all inn this library. Is this in the roadmap somewhere?...

If the computer/device's time isn't in sync, cognito auth fails. I'd like to either not depend on system time, or have some documentation about what's required and how to detect...

I am using codegrant flow and everything as per the documentation works, I'm sure I can work around the silent refresh as well based on the provided comments. But the...