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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You can learn more about Approov, the motives for adopting it, and more detail o
32
32
33
33
## How it works?
34
34
35
-
This is a brief overview of how the Approov cloud service and the AWS API Gateway fit together from a backend perspective. For a complete overview of how the mobile app and backend fit together with the Approov cloud service and the Approov SDK we recommend to read the [Approov overview](https://approov.io/product) page on our website.
35
+
This is a brief overview of how the Approov cloud service and the AWS API Gateway fit together from a backend perspective. For a complete overview of how the mobile app and backend fit together with the Approov cloud service and the Approov SDK we recommend that you read the [Approov overview](https://approov.io/product) page on our website.
36
36
37
37
### Approov Cloud Service
38
38
@@ -41,11 +41,11 @@ The Approov cloud service attests that a device is running a legitimate and tamp
41
41
* If the integrity check passes then a valid token is returned to the mobile app
42
42
* If the integrity check fails then a legitimate looking token will be returned
43
43
44
-
In either case, the app, unaware of the token's validity, adds it to every request it makes to the Approov protected API(s).
44
+
In either case, the app, unaware of the token's validity, adds it to every request it makes to Approov protected API(s).
45
45
46
46
### AWS API Gateway
47
47
48
-
The AWS API Gateway ensures that the token supplied in the `Approov-Token` header is present and valid. The validation is done by using a shared secret known only to the Approov cloud service and the AWS API Gateway.
48
+
This quick start shows you how to setup AWS API Gateway to ensure that the token supplied in the `Approov-Token` header is present and valid. The validation is done by using a shared secret known only to the Approov cloud service and your AWS API Gateway deployment.
49
49
50
50
The request is handled such that:
51
51
@@ -62,9 +62,9 @@ The quickstart for the Approov integration with the AWS API Gateway gets you up
Bear in mind that the quickstart assumes that you already have an AWS API Gateway running, and that your are familiar with managing it. If you are not familiar with the AWS API Gateway then you want to follow instead the step by step [AWS API Gateway Example](/docs/AWS_API_GATEWAY_EXAMPLE.md)to learn how to build one from scratch and integrate Approov on it.
65
+
Please bear in mind that the quickstart assumes that you already have an AWS API Gateway running, and that you are familiar with the options for applying changes. If you are not familiar with the AWS API Gateway then you may want to follow the step by step [AWS API Gateway Example](/docs/AWS_API_GATEWAY_EXAMPLE.md)instead. This takes you though all the steps to get a new deployment with Approov protection from scratch.
66
66
67
-
If you need help to add Approov to the AWS API Gateway then please contact us [here](https://approov.io/contact).
67
+
If you need further help adding Approov to your AWS API Gateway deployment then please contact us [here](https://approov.io/contact).
0 commit comments