Skip to content

Update from code changes: document Enterprise OAuth authentication#290

Open
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/6c016f70
Open

Update from code changes: document Enterprise OAuth authentication#290
mintlify[bot] wants to merge 2 commits into
mainfrom
mintlify/6c016f70

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds an Authentication page under LanceDB Enterprise covering API key and OAuth options for both Python and TypeScript clients, documenting OAuthConfig / OAuthFlowType on connect_async (Python) and connect (TypeScript).

Changes

  • New enterprise/authentication.mdx page with API key and OAuth sections
  • Covers Client Credentials and Azure Managed Identity flows
  • Side-by-side Python and TypeScript code examples in CodeGroup blocks
  • Field-level reference table with both snake_case (Python) and camelCase (TypeScript) names
  • Linked into the LanceDB Enterprise group in docs.json

Context

Upstream changes expose OAuth connection config through the async Python connect path and the TypeScript connect path, including support for Azure Managed Identity and a client-secret-redacted config object. The docs note that, in Python, OAuth flows through connect_async while synchronous connect continues to use API keys; in TypeScript, OAuth is available directly on connect.

Update history

@mintlify

mintlify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
lancedb-bcbb4faf 🟢 Ready View Preview Jun 29, 2026, 7:41 PM

@mintlify

mintlify Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Update from code changes updated this PR.

Added TypeScript OAuth examples to the Enterprise Authentication page

Source PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants