Skip to content

Commit 821dcc1

Browse files
committed
Merge branch 'introduce-access-tokens' into stage
2 parents d3d7a9c + 1e5e1f2 commit 821dcc1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

sqlite-cloud/_nav.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ const sidebarNav: SidebarNavStruct = [
7777
type: "inner",
7878
level: 0,
7979
},
80+
{
81+
title: "Access Tokens",
82+
filePath: "access-tokens",
83+
type: "inner",
84+
level: 0,
85+
},
8086
{ title: "Backups", filePath: "backups", type: "inner", level: 0 },
8187
{ title: "Query Analyzer", filePath: "analyzer", type: "inner", level: 0 },
8288
{ title: "Extensions", filePath: "extensions", type: "inner", level: 0 },

sqlite-cloud/platform/access-tokens.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ status: publish
66
slug: access-tokens
77
---
88

9-
# Access Token API
10-
119
Access Tokens let backend systems securely grant users, devices, tenants, etc. access to SQLite Cloud database and services (SQLite Sync, Weblite, etc.). These endpoints enable full token lifecycle management: creation, inspection, validation, update, and revocation. All endpoints require authentication. Use an **API Key** or an **Access Token** via the `Authorization` header.
1210

1311
API Documentation can be found in the **Weblite** section in the [Dashboard](https://dashboard.sqlitecloud.io).

0 commit comments

Comments
 (0)