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
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: WebApplication/1_StaticWebHosting/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ See [this example](http://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket
168
168
169
169
1. Choose the **Permissions** tab, then choose **Bucket Policy**.
170
170
171
-
1. Enter the following policy document into the bucket policy editor replacing `[YOUR_BUCKET_NAME]` with the name of the bucket you created in section 1:
171
+
1. Enter the following policy document into the bucket policy editor replacing `YOUR_BUCKET_NAME` with the name of the bucket you created in section 1:
172
172
173
173
```json
174
174
{
@@ -178,7 +178,7 @@ See [this example](http://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket
After you have successfully logged into your web application, you can proceed to the next module, [Serverless Backend](../3_ServerlessBackend).
200
+
201
+
### Extra
202
+
203
+
* Try copying the **auth_token** you've received and paste that into an [online JWT Decoder](https://jwt.io/) to understand what this token means for your application
0 commit comments