-
Notifications
You must be signed in to change notification settings - Fork 3
Updates to .Net docs, generating a self-host token and .complete() note #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… CLI App Supabase connector. Added .NET demo backend project. Also fixed double bullet point in Swift To-Do List.
@@ -41,7 +41,7 @@ Development tokens can be generated via either | |||
# Client (application end user) authentication settings | |||
client_auth: | |||
# JWKS URIs can be specified here | |||
jwks_uri: !env PS_JWKS_URL | |||
jwks_uri: !env PS_JWKS_URL # Not applicable for Supabase |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might also be good to add this to the main config skeleton https://docs.powersync.com/self-hosting/installation/powersync-service-setup#powersync-configuration and/or demo config which we also share from that main docs page https://github.com/powersync-ja/self-host-demo/blob/main/config/powersync.yaml, assuming this was added because users get confused by it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, will do. Thank you!
uploadData()
function.