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

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.1 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

I tried the same steps advised by "yuntuowang" "on Dec 8, 2017" as below with AWS inherent ID provision and Fed identity with Facebook and Google. All failed with {"error":"invalid_client"}...

If a lambda trigger is set up via the SDK (or for instance, via Terraform), then when the lambda attempts to trigger, you'll see something like `postconfirmation invocation failed due...

Is there anyway in a cognito post authentication tigger to get the end user's ip address?

Technologies used: Angular 8.1.3, Firefox 68.1.0esr Importing this library using `import { CognitoAuth } from 'amazon-cognito-auth-js/dist/amazon-cognito-auth';` to grab the prebuilt Webpack distribution, as recommended by issue #13 . Cognito is...

https://github.com/aws/amazon-cognito-auth-js var authData = { ClientId : AppWebDomain : TokenScopesArray: RedirectUriSignIn : RedirectUriSignOut : IdentityProvider : UserPoolId : AdvancedSecurityDataCollectionFlag : Storage: }; var auth = new AmazonCognitoIdentity.CognitoAuth(authData); When filled out...

I could use the SDK to authenticate by Google account without problem. After I call signout() to sign out from web app, the google account is not really signed out....

Hello everyone, I would like to open an issue in that: When an user pool is created with a required attribute, and used in federated login with Google/Facebook... 1/ There...

Does anyone yet offer support to this project? I'm trying to integrate cognito authentication to my streaming app but I'm getting Cannot GET /oauth2/authorize when I want to sing in....