File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The quickstart was tested with the following Operating Systems:
15
15
* MacOS Big Sur
16
16
* Windows 10 WSL2 - Ubuntu 20.04
17
17
18
- First, setup the [ Appoov CLI] ( https://approov.io/docs/latest/approov-installation/index.html#initializing-the-approov-cli ) .
18
+ First, setup the [ Approov CLI] ( https://approov.io/docs/latest/approov-installation/index.html#initializing-the-approov-cli ) .
19
19
20
20
Now, register the API domain for which Approov will issues tokens:
21
21
@@ -29,7 +29,7 @@ Next, enable your Approov `admin` role with:
29
29
eval ` approov role admin`
30
30
```
31
31
32
- Now, get your Approov Secret with the [ Appoov CLI] ( https://approov.io/docs/latest/approov-installation/index.html#initializing-the-approov-cli ) :
32
+ Now, get your Approov Secret with the [ Approov CLI] ( https://approov.io/docs/latest/approov-installation/index.html#initializing-the-approov-cli ) :
33
33
34
34
``` bash
35
35
approov secret -get base64
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Copy the `.env.example`:
18
18
cp .env.example .env
19
19
```
20
20
21
- ### The Appoov secret
21
+ ### The Approov secret
22
22
23
23
The ` v2/* ` endpoints are protected by the Approov Token, thus we need to set the Approov secret for ` python-flask-shapes.approov.io ` .
24
24
You can’t perform that action at this time.
0 commit comments