Skip to content

Commit c2f640e

Browse files
committed
fix(access-tokens): example app url
1 parent ed7b1f4 commit c2f640e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite-cloud/platform/access-tokens.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The API Documentation for the Access Tokens API can be found in the **Weblite**
1414

1515
## Example Using SQLite Cloud Access Tokens with Google Login
1616

17-
In the repository on GitHub [sqlitecloud/examples](https://github.com/sqlitecloud/examples), we created a simple app to demonstrate how to generate and use Access Tokens.
17+
In the repository on GitHub [sqlitecloud/examples](https://github.com/sqlitecloud/examples/tree/main/access-tokens-and-social-login), we created a simple app to demonstrate how to generate and use Access Tokens.
1818

1919
We’ll log in with Google, grab a token, and use it to interact with SQLite Cloud Weblite APIs. Here’s how it works.
2020

@@ -78,4 +78,4 @@ const res = await fetch("https://<your-project-url>/v2/weblite/sql", {
7878
...
7979
```
8080
81-
The result depends on the [Row Level Security](https://) you enabled for the tables.
81+
The result depends on the [Row Level Security](https://docs.sqlitecloud.io/docs/rls) policies you enabled for the tables.

0 commit comments

Comments
 (0)