Matt Carroll

Results 15 comments of Matt Carroll
trafficstars

I can confirm it works in Browsers.

@MiguelAngel82, I am getting the same error every second time running a very similar script. Were you able to resolve this issue?

You can use `CognitoIdentityServiceProvider.adminLinkProviderForUser`: https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityServiceProvider.html#adminLinkProviderForUser-property

@kocur4d The only thing I could do was to check for the `"invalid_grant"` and then redirect to the login page.

Our application is an SPA, so we cannot rely on page refreshes. However, checking `auth_time` might be a bit cleaner than attempting a refresh and catching the error. Only small...

Was only able to update it using the API directly, not via the console. https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityServiceProvider.html#setUICustomization-property

@perrin4869 I only left it in there to be backward compatible to avoid a breaking change and requiring a new major version of the SDK. IMO, the SDK should not...

When I say backwards compatible, I mean a developer could update the version of the SKD used in their application and it will continue to work as it did. Assuming...

/changelog-entry new-feature commands to upload push notification credentials in non interactive mode