Skip to content

Commit e6bb21b

Browse files
committedAug 3, 2023
refine wording
1 parent 373fe53 commit e6bb21b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎packages/doc/docs/data-privacy/authn.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The token for each user must be different; otherwise, the last configured user o
171171

172172
### Providing credentials to HTTP Header
173173

174-
You need to add a header `Authorization: sample-token <token>` when sending requests, for example, sending requests with the token “another-secret”.
174+
You need to add a header `Authorization: simple-token <token>` when sending requests, for example, sending requests with the token “another-secret”.
175175

176176
```shell
177177
curl -H "Authorization: simple-token another-secret" http://localhost:3000/api/customer

‎packages/doc/docs/data-privacy/authz.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ profiles:
5555
- pg-admin
5656
- pg-non-admin
5757
```
58+
59+
:::info
60+
For detailed descriptions on `profile` and `profiles` fields, please refer to the [documentation here](../references/api-schema#profiles--profile-field).
61+
:::

0 commit comments

Comments
 (0)