Skip to content

Commit

Permalink
Merge branch 'master' into mbfisher-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabieniec authored Apr 3, 2018
2 parents f561143 + b516278 commit e6ecb6a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<!--LATEST=0.2.8-->
<!--ENTRYINSERT-->

## 03/30/2018
* amazon-cognito-identity-js - v2.0.3
* Bug Fix: missing es folder in npm package

## 03/28/2018
* aws-amplify - v0.2.14
* Enhancement: Refreshing Federated jwt token on need. #191
Expand Down
2 changes: 1 addition & 1 deletion docs/media/authentication_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export default AppWithAuth;

#### Example: Show your App Only After User Sign-in

In the previous example, you'll see the App is rendered even before the user is signed-in. In order to change this behaivour, you can use *Authenticator* properties. When inside `Authenticator`, the App component will receive those properties.
In the previous example, you'll see the App is rendered even before the user is signed-in. In order to change this behaviour, you can use *Authenticator* properties. When inside `Authenticator`, the App component will receive those properties.

**authState** is the current authentication state (a string):
```
Expand Down
4 changes: 3 additions & 1 deletion packages/amazon-cognito-identity-js/es/CognitoUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,9 @@ var CognitoUser = function () {
};

/**
* This is used for authenticating the user. it calls the AuthenticationHelper for SRP related
* PRIVATE ONLY: This is an internal only method and should not
* be directly called by the consumers.
* It calls the AuthenticationHelper for SRP related
* stuff
* @param {AuthenticationDetails} authDetails Contains the authentication data
* @param {object} callback Result callback map.
Expand Down
4 changes: 3 additions & 1 deletion packages/amazon-cognito-identity-js/lib/CognitoUser.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ var CognitoUser = function () {
};

/**
* This is used for authenticating the user. it calls the AuthenticationHelper for SRP related
* PRIVATE ONLY: This is an internal only method and should not
* be directly called by the consumers.
* It calls the AuthenticationHelper for SRP related
* stuff
* @param {AuthenticationDetails} authDetails Contains the authentication data
* @param {object} callback Result callback map.
Expand Down
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "amazon-cognito-identity-js",
"description": "Amazon Cognito Identity Provider JavaScript SDK",
"version": "2.0.2",
"version": "2.0.3",
"author": {
"name": "Amazon Web Services",
"email": "[email protected]",
Expand Down

0 comments on commit e6ecb6a

Please sign in to comment.