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: CONTRIBUTING.md
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ All submissions, including submissions by project members, require review. We
12
12
use GitHub pull requests for this purpose. After filing a pull request, please tag any two of the [current maintainers](./MAINTAINERS.md) to request a review.
13
13
14
14
## Report an issue/File a feature request
15
+
15
16
Before opening a new issue or request, please take a moment to check the existing issues and discussions to see if your topic has already been addressed. This helps us avoid duplicate issues and keeps the conversation focused.
16
17
17
18
Report all issues and file all feature requests through [GitHub Issues](./issues).
Copy file name to clipboardExpand all lines: MAINTAINERS.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
+
# Maintainers
2
+
1
3
This page lists all active maintainers of this repository. If you were a maintainer and would like to add your name to the Emeritus list, please send us a PR.
2
4
3
5
See CONTRIBUTING.md for general contribution guidelines.
We recommend activating your virtual environment. For example, we like `poetry` and `conda`! Click <ahref="https://docs.python.org/3/library/venv.html">here</a> for more about Python virtual environments and working with <ahref="https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment">conda</a> and <ahref="https://python-poetry.org/docs/basic-usage/">poetry</a>.
21
+
We recommend activating your virtual environment. For example, we like `poetry` and `conda`! Click [here](https://docs.python.org/3/library/venv.html) for more about Python virtual environments and working with [conda](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#activating-an-environment) and [poetry](https://python-poetry.org/docs/basic-usage/).
21
22
22
23
Using venv (Python 3 built-in):
24
+
23
25
```bash
24
26
python3 -m venv env
25
27
source env/bin/activate # On Windows, use .\env\Scripts\activate
You can also install locally after cloning this repo. Install Development mode with ``pip install -e``, which makes it so when you edit the source code the changes will be reflected in your python module.
51
+
You can also install locally after cloning this repo. Install Development mode with `pip install -e`, which makes it so when you edit the source code the changes will be reflected in your python module.
-[x] Remove references to GoTrue-js v1 and do a proper release
192
-
-[ ] Test and document common flows (e.g. sign in with OAuth, sign in with OTP)
193
-
-[ ] Add MFA methods and SSO methods
194
-
-[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.
195
+
-[x] Remove references to GoTrue-js v1 and do a proper release
196
+
-[ ] Test and document common flows (e.g. sign in with OAuth, sign in with OTP)
197
+
-[ ] Add MFA methods and SSO methods
198
+
-[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.
-[ ] Add FastAPI helper library (external to supabase-py)
204
209
-[ ] Add `django-supabase-postgrest` (external to supabase-py)
205
210
206
211
## Contributing
207
212
208
-
Contributing to the Python libraries are a great way to get involved with the Supabase community. Reach out to us on <ahref="https://discord.supabase.com/">Discord</a> or on our <ahref="https://github.com/orgs/supabase/discussions">Github Discussions</a> page if you want to get involved.
213
+
Contributing to the Python libraries are a great way to get involved with the Supabase community. Reach out to us on [Discord](https://discord.supabase.com) or on our [Github Discussions](https://github.com/orgs/supabase/discussions) page if you want to get involved.
0 commit comments