Skip to content

Commit 5dbab5b

Browse files
committed
docs: update quickstarts
1 parent 01ede27 commit 5dbab5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/postgresql/quickstarts/postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ SELECT cloudsync_network_sync();
117117
1. Set **Row Level Security** to **Yes, enforce RLS**
118118
2. Under **Authentication (JWT)**, click **Configure authentication** and choose:
119119
- **HMAC Secret (HS256):** Enter your JWT secret (or generate one: `openssl rand -base64 32`)
120-
- **JWKS Issuer Validation:** Enter the issuer base URL from your token's `iss` claim (e.g. `https://your-auth-domain`). CloudSync fetches the JWKS document automatically
120+
- **JWKS Issuer Validation:** Enter the issuer base URL from your token's `iss` claim (e.g. `https://your-auth-domain`). CloudSync automatically fetches the JWKS document from `<issuer-url>/.well-known/jwks.json`
121121
3. In your client code:
122122
```sql
123123
SELECT cloudsync_network_init('<database-id>');

docs/postgresql/quickstarts/supabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ SELECT cloudsync_network_sync();
118118
1. Set **Row Level Security** to **Yes, enforce RLS**
119119
2. Under **Authentication (JWT)**, click **Configure authentication** and choose:
120120
- **HMAC Secret (HS256):** Enter your `JWT_SECRET` from Supabase's `.env`
121-
- **JWKS Issuer Validation:** Enter the issuer base URL from your token's `iss` claim. CloudSync fetches the JWKS document automatically
121+
- **JWKS Issuer Validation:** Enter the issuer base URL from your token's `iss` claim (e.g. `https://your-auth-domain`). CloudSync automatically fetches the JWKS document from `<issuer-url>/.well-known/jwks.json`
122122
3. In your client code:
123123
```sql
124124
SELECT cloudsync_network_init('<database-id>');

0 commit comments

Comments
 (0)