Skip to content

Commit

Permalink
Updating wording in README and correcting title.
Browse files Browse the repository at this point in the history
  • Loading branch information
ash0ne committed Mar 27, 2024
1 parent 05e8c62 commit e3f968d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Before using this application, it's necessary to set up an [AWS Cognito Identity Pool](https://docs.aws.amazon.com/cognito/latest/developerguide/getting-started-with-identity-pools.html). This process is pretty straightforward.
- Upon setting up the Identity Pool, make sure to replace the placeholders in `src/aws-export.js` with your Cognito Identity Pool configuration values.

> Note: When creating the Cognito Identity Pool, ensure it is created without an App Client Secret. This is a common practice as frontend applications typically have no secure way of storing the secret. The client secret is required only in specific OAuth2.0 scenarios. Refer to [this Stack Overflow thread](https://stackoverflow.com/questions/47916034/what-is-a-cognito-app-client-secret) for more information.
> Note: When creating the Cognito Identity Pool, ensure it is created without an App Client Secret. This is a common practice as frontend applications typically have no secure way of storing the secret. Refer to [this Stack Overflow thread](https://stackoverflow.com/questions/47916034/what-is-a-cognito-app-client-secret) for more information.
## Component Structure and Overview

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Cognito React Starter Frontend</title>
<title>Cognito React Starter</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit e3f968d

Please sign in to comment.