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
1. Set **Row Level Security** to **Yes, enforce RLS**
118
118
2. Under **Authentication (JWT)**, click **Configure authentication** and choose:
119
119
- **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`
1. Set **Row Level Security** to **Yes, enforce RLS**
119
119
2. Under **Authentication (JWT)**, click **Configure authentication** and choose:
120
120
- **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`
0 commit comments