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

*Issue #, if available:* *Description of changes:* `this.signInUserSession = this.getCachedSession();` is now run in the constructor of class `CognitoAuth`. After that line the token scopes are also set on `this.signInUserSession`....

calling `parseCognitoWebResponse(window.location.href)` (like in the [sample](https://github.com/aws/amazon-cognito-auth-js/blob/master/sample/index.html)) will throw an error if the url does contain any arbitrary fragment (e.g. `https://domain.com/signin-callback.html#foo`) ``` aws-cognito-sdk.js:11656 Uncaught TypeError: First argument must be a string,...

getUsername() and getExpiration() throws error, when AccessToken is blank. In constructor, jwtToken should be set to null to avoid this error. *Issue #, if available:* *Description of changes:* - Updated...

*Issue https://github.com/aws/amazon-cognito-auth-js/issues/87* *Description of changes:* `parseCognitoWebResponse` assumes tjat hashes are always stand for query parameters, and didn't take into considuration that this may be just hash based routing. add another...

*Issue #, if available:* *Description of changes:* Load auth.min.js from sample as it currently references a path that is non existent By submitting this pull request, I confirm that my...

*Issue #, if available:* #123 #162 #171 *Description of changes:* hi all, I would like to ask your opinion about this PR I created where I made these changes: javascript...

Closes #114 *Description of changes:* Added callback argument to `getSession()` and `parseCognitoWebResponse()` functions By submitting this pull request, I confirm that my contribution is made under the terms of the...

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. Commits - [`ddfd9b1`](https://github.com/lodash/lodash/commit/ddfd9b11a0126db2302cb70ec9973b66baec0975) Bump to v4.17.15. - [`b185fce`](https://github.com/lodash/lodash/commit/b185fcee26b2133bd071f4aaca14b455c2ed1008) Rebuild lodash and docs. - [`be87d30`](https://github.com/lodash/lodash/commit/be87d303941222b97c482755afc0f4a77ce46c30) Bump to v4.17.14. - [`a6fe6b1`](https://github.com/lodash/lodash/commit/a6fe6b1e174fd02b5e60eb2664405f4c1262c300) Rebuild lodash and docs. -...

dependencies