Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@
{
"group": "Authentication",
"pages": [
"v2/guides/operations/authentication/login-with-github",
"v2/guides/operations/authentication/connecting-applications"
"v2/guides/operations/authentication/login-with-github"
]
},
{
Expand Down
320 changes: 0 additions & 320 deletions docs/v2/guides/operations/authentication/connecting-applications.mdx

This file was deleted.

8 changes: 0 additions & 8 deletions docs/v2/integration/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ Flipt provides a number of client-side SDKs to help you integrate with Flipt in
v2.
</Tip>

## Authentication

Client-side SDKs connect to your Flipt server, which handles authentication. Your application needs a valid client token to communicate with Flipt.

For detailed instructions on setting up authentication, see the [Connecting Applications to Flipt](/v2/guides/operations/authentication/connecting-applications) guide.

In brief: create a static token in your Flipt configuration, then pass it to your SDK initialization.

<CardGroup cols={2}>
<Card
title="JavaScript"
Expand Down
4 changes: 0 additions & 4 deletions docs/v2/integration/server/rest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ For server-side applications, Flipt v2 provides a REST API for evaluating flags.
Flipt v2.
</Tip>

## Authentication

Server-side SDKs authenticate with Flipt using client tokens or JWTs. For detailed setup instructions, see the [Connecting Applications to Flipt](/v2/guides/operations/authentication/connecting-applications) guide.

<CardGroup cols={2}>
<Card
title="Node/TypeScript"
Expand Down
Loading