We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa40be commit cfb7f6aCopy full SHA for cfb7f6a
1 file changed
src/content/docs/developer-tools/sdks/backend/remix-sdk.mdx
@@ -550,9 +550,9 @@ Include `lang` in the search params when sending users to login or register.
550
551
An `audience` is the intended recipient of an access token. Set `KINDE_AUDIENCE` in `.env` to populate the `aud` claim.
552
553
-```shell
+```env
554
KINDE_AUDIENCE=<your-api>
555
-KINDE_AUDIENCE=<api-one> <api-two> # multiple audiences (space separated)
+KINDE_AUDIENCE="<api-one> <api-two>" # multiple audiences (space separated)
556
```
557
558
## Working with subdomains
0 commit comments