Docs: Add admonition for including heading while testing

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5591
GitOrigin-RevId: a260f5e1dc4d0d83e651a3a29f134d640715bd5d
This commit is contained in:
Rob Dominguez 2022-08-23 18:45:41 +03:00 committed by hasura-bot
parent acc90587b4
commit 0828f97dde

View File

@ -57,6 +57,14 @@ anonymous user role in Hasura.
className='no-shadow'
/>
:::info Note
In development, if you're testing your logged-in users' access and aren't utilizing authenticated tokens, you must
include the `X-Hasura-Admin-Secret` header. You can
[learn more about this here](/auth/authentication/index.mdx#admin-secret-header).
:::
## Managers of an organisation in a multi-tenant app
Suppose you have a multi-tenant application where managers of a particular organisation can see all of the data that