Skip to content

Commit f3a6d85

Browse files
Added jwks_uri is not applicable when using Supabase (powersync-ja#51)
1 parent 536d56f commit f3a6d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/powersync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ client_auth:
8686
# supabase: true
8787

8888
# JWKS URIs can be specified here
89-
jwks_uri: !env PS_JWKS_URL
89+
jwks_uri: !env PS_JWKS_URL # Not applicable for Supabase
9090

9191
# Optional static collection of public keys for JWT verification
9292
# jwks:

0 commit comments

Comments
 (0)