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
Copy file name to clipboardExpand all lines: README.md
+82-12Lines changed: 82 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ An isomorphic Go client for Supabase.
7
7
-[x] Integration with [Postgrest](https://github.com/supabase-community/postgrest-go)
8
8
- Access your database using a REST API generated from your schema & database functions
9
9
-[x] Integration with [Gotrue](https://github.com/supabase-community/gotrue-go)
10
-
- User authentication, including OAuth, ***email/password***, and native sign-in
10
+
- User authentication, including OAuth, **_email/password_**, and native sign-in
11
11
-[x] Integration with [Supabase Storage](https://github.com/supabase-community/storage-go)
12
12
- Store files in S3 with additional managed metadata
13
13
-[x] Integration with [Supabase Edge Functions](https://github.com/supabase-community/functions-go)
@@ -19,36 +19,106 @@ An isomorphic Go client for Supabase.
19
19
2. Grab your Supabase URL and Supabase Public Key from the Admin Panel (Settings -> API Keys).
20
20
3. Initialize the client!
21
21
22
-
*Reminder: `supabase-go` has some APIs that require the `service_key` rather than the `public_key` (for instance: the administration of users, bypassing database roles, etc.). If you are using the `service_key`**be sure it is not exposed client side.** Additionally, if you need to use both a service account and a public/user account, please do so using a separate client instance for each.*
22
+
_Reminder: `supabase-go` has some APIs that require the `service_key` rather than the `public_key` (for instance: the administration of users, bypassing database roles, etc.). If you are using the `service_key`**be sure it is not exposed client side.** Additionally, if you need to use both a service account and a public/user account, please do so using a separate client instance for each._
0 commit comments