Skip to content

Commit d87fd0c

Browse files
authored
Update README.md with completed tasks and rename to auth-py (#643)
2 parents d9e300a + f571d0e commit d87fd0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ You can also install locally after cloning this repo. Install Development mode w
3838
- [ ] Integrate with Supabase-py
3939
- [ ] Support WALRUS
4040
- [ ] Support broadcast (to check if already supported)
41-
- [x] Wrap [Gotrue-py](https://github.com/supabase-community/gotrue-py)
42-
- [ ] Remove references to GoTrue-js v1 and do a proper release
41+
- [x] Wrap [auth-py](https://github.com/supabase-community/auth-py)
42+
- [x] Remove references to GoTrue-js v1 and do a proper release
4343
- [ ] Test and document common flows (e.g. sign in with OAuth, sign in with OTP)
4444
- [ ] Add MFA methods and SSO methods
45-
- [ ] Add Proof Key for Code Exchange (PKCE) methods
45+
- [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.
4646
- [x] Wrap [storage-py](https://github.com/supabase-community/storage-py)
4747
- [ ] Support resumable uploads
4848
- [ ] Setup testing environment
4949
- [ ] Document how to properly upload different file types (e.g. jpeg/png and download it)
5050
- [x] Wrap [functions-py](https://github.com/supabase-community/functions-py)
5151

5252
Overall Tasks:
53-
- [ ] Add async support across the entire library
53+
- [x] Add async support across the entire library
5454
- [ ] Add FastAPI helper library (external to supabase-py)
5555
- [ ] Add `django-supabase-postgrest` (external to supabase-py)
5656

0 commit comments

Comments
 (0)