Skip to content

Commit 45f22aa

Browse files
HolmusJakob Holmgren
andauthored
docs: reference environment key and auth (#6475)
Co-authored-by: Jakob Holmgren <jakobholmgren@Jakobs-MacBook-Pro.local>
1 parent ca89fe8 commit 45f22aa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/edge-api/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_label: Overview
99

1010
The Edge API is designed to be publicly accessible. Calls need to have an environment key supplied with each request.
1111
This is provided as an HTTP header, with the name `X-Environment-Key` and the value of the Environment Key that you can
12-
find within the Flagsmith administrative area.
12+
find within the Flagsmith administrative area. See [Flags API Authentication](/integrating-with-flagsmith/flagsmith-api-overview/flags-api/authentication) for more details.
1313

1414
## Core API
1515

docs/docs/integrating-with-flagsmith/flagsmith-api-overview/flags-api/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Authentication
33
sidebar_label: Authentication
44
---
55

6-
The Flags API uses a non-secret **Environment Key** for authentication. This key is safe to be exposed in public, client-side applications.
6+
The Flags API uses a non-secret **Environment Key** for authentication. This key is safe to be exposed in public, client-side applications. See [Integration Approaches](/best-practices/integration-approaches#client-side-sdk-flag-endpoints-are-public) for security best practices when using client-side keys.
77

88
## Finding Your Environment Key
99

docs/docs/integrating-with-flagsmith/flagsmith-api-overview/flags-api/code-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Code Examples
33
sidebar_label: Code Examples
44
---
55

6-
Here are some `curl` examples demonstrating how to interact directly with the Flags API.
6+
Here are some `curl` examples demonstrating how to interact directly with the Flags API. See [Authentication](/integrating-with-flagsmith/flagsmith-api-overview/flags-api/authentication) for details on how to obtain and use your Environment Key.
77

88
### Get Environment Flags
99

0 commit comments

Comments
 (0)