```bash
gsutil cp gs://spls/gsp499/user-authentication-with-iap.zip .
```
```bash
unzip user-authentication-with-iap.zip
```
```bash
cd user-authentication-with-iap
```
-
Review the application code
cd 1-HelloWorld
cat main.py
-
Deploy to App Engine
gcloud app deploy
gcloud app browse
-
Restrict access with IAP