From d9d076c0b87b1900bccb7bb0bf7876115659dd85 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Thu, 14 Dec 2023 22:34:03 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64abe5ac..7c26e504 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ You can also install locally after cloning this repo. Install Development mode w - [ ] Support WALRUS - [ ] Support broadcast (to check if already supported) - [x] Wrap [Gotrue-py](https://github.com/supabase-community/gotrue-py) - - [ ] Remove references to GoTrue-js v1 and do a proper release + - [x] Remove references to GoTrue-js v1 and do a proper release - [ ] Test and document common flows (e.g. sign in with OAuth, sign in with OTP) - [ ] Add MFA methods and SSO methods - - [ ] Add Proof Key for Code Exchange (PKCE) methods + - [x] Add Proof Key for Code Exchange (PKCE) methods. Unlike the JS library, we do not currently plan to support Magic Link (PKCE). Please use the [token hash](https://supabase.com/docs/guides/auth/server-side/email-based-auth-with-pkce-flow-for-ssr#create-api-endpoint-for-handling-tokenhash) in tandem with `verifyOTP` instead. - [x] Wrap [storage-py](https://github.com/supabase-community/storage-py) - [ ] Support resumable uploads - [ ] Setup testing environment @@ -50,7 +50,7 @@ You can also install locally after cloning this repo. Install Development mode w - [x] Wrap [functions-py](https://github.com/supabase-community/functions-py) Overall Tasks: -- [ ] Add async support across the entire library +- [x] Add async support across the entire library - [ ] Add FastAPI helper library (external to supabase-py) - [ ] Add `django-supabase-postgrest` (external to supabase-py) From f571d0e7f8217e65c3105db9df1ca627c4a8e3f6 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Thu, 14 Dec 2023 22:34:54 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c26e504..6a540326 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ You can also install locally after cloning this repo. Install Development mode w - [ ] Integrate with Supabase-py - [ ] Support WALRUS - [ ] Support broadcast (to check if already supported) -- [x] Wrap [Gotrue-py](https://github.com/supabase-community/gotrue-py) +- [x] Wrap [auth-py](https://github.com/supabase-community/auth-py) - [x] Remove references to GoTrue-js v1 and do a proper release - [ ] Test and document common flows (e.g. sign in with OAuth, sign in with OTP) - [ ] Add MFA methods and SSO methods