You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: SQLite Cloud provides secure access to resources through role-based authorization, which ensures user isolation and enhances security and manageability.
4
+
category: platform
5
+
status: publish
6
+
slug: apikey
7
+
---
8
+
9
+
## API KEYs
10
+
11
+
API KEYs can be used as an alternative authentication mechanism.
12
+
Authentication through API keys ensures the same privileges as the user to which they are associated.
13
+
API KEYs are recommended for all server-to-server authentication cases and are necessary for using the REST APIs and the SDKs that uses the WebSocket APIs.
14
+
15
+
To create an API key for a user, click on the **Create API KEY** button.
-**[RTree](https://www.sqlite.org/rtree.html)**: R-Tree index for storing and querying spatial data.
16
-
-**[Geopoly](https://www.sqlite.org/geopoly.html)**: Functions for working with geospatial data.
17
-
-**[sqlite-vec](/docs/vector)**: Vector storage extension for similarity search.
20
+
-**[Geopoly](https://www.sqlite.org/geopoly.html)**: A set of functions for working with geospatial data. For a complete guide, see the [comprehensive tutorial here](tutorial-geopoly).
18
21
19
22
In the future, we plan to allow users to install their own extensions. If you have a specific extension you would like to use, please let us know by [adding to this issue](https://github.com/sqlitecloud/docs/issues/34).
Copy file name to clipboardExpand all lines: sqlite-cloud/platform/security.mdx
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ A role can contains any combination of privileges.
148
148
-----------------|
149
149
```
150
150
151
-
151
+
{/*
152
152
## IP Restrictions
153
153
The IP Restrictions panel enables the restriction of access for a role or user by allowing only specific IP addresses or ranges in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) (for example 10.10.10.0/24). Both IPv4 and IPv6 addresses are supported.
154
154
@@ -159,14 +159,4 @@ To add a new IP restriction to a user or role, click on the **Add IP** button.
159
159
The IP Restrictions table will display all current IP restrictions for the selected user or role.
160
160
161
161

162
-
163
-
## API KEYs
164
-
165
-
API KEYs can be used as an alternative authentication mechanism. Authentication through API keys ensures the same privileges as the user to which they are associated. API KEYs are recommended for all server-to-server authentication cases and are necessary for using the REST APIs and the SDKs that uses the WebSocket APIs.
166
-
167
-
To create an API key for a user, click on the **Create API KEY** button.
0 commit comments