You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/docs/auth.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Here's how the flow works:
64
64
65
65
You can read more about [Granting access to S3 with presigned URLs](./storage#granting-access-with-presigned-url)
66
66
67
-
### Accessing other resoruces
67
+
### Accessing other resources
68
68
69
69
Normally, you shouldn't need to allow users to directly access other AWS services from the frontend. This includes:
70
70
@@ -122,7 +122,7 @@ If you are using a third-party auth provider, you don't need to use the [Auth](c
122
122
123
123
:::
124
124
125
-
However if you wanted your users to be able to access other AWS resources while using a third party auth provider; you'll need to use a [Cognito Identity Pool](https://en.wikipedia.org/wiki/JSON_Web_Token) via the [`Auth`](constructs/Auth.md) construct. It'll assign temporary IAM credentials to your users. Read more about [how to access other resources](#accessing-other-resoruces-1) below.
125
+
However if you wanted your users to be able to access other AWS resources while using a third party auth provider; you'll need to use a [Cognito Identity Pool](https://en.wikipedia.org/wiki/JSON_Web_Token) via the [`Auth`](constructs/Auth.md) construct. It'll assign temporary IAM credentials to your users. Read more about [how to access other resources](#accessing-other-resources-1) below.
126
126
127
127
### Accessing APIs
128
128
@@ -157,7 +157,7 @@ You'll need to use presigned URLs to upload files to your S3 bucket. This is sim
157
157
158
158
### Accessing other resources
159
159
160
-
As mentioned above; if you want your users to be able to access other AWS resources, you can use the [`Auth`](constructs/Auth.md) construct to create a [Cognito Identity Pool](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html). And use it to assign temporarily IAM credentials for your users to access other AWS services. The setup is similar to the [Cognito User Pool setup](#accessing-other-resoruces) above.
160
+
As mentioned above; if you want your users to be able to access other AWS resources, you can use the [`Auth`](constructs/Auth.md) construct to create a [Cognito Identity Pool](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html). And use it to assign temporarily IAM credentials for your users to access other AWS services. The setup is similar to the [Cognito User Pool setup](#accessing-other-resources) above.
0 commit comments