Skip to content
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

Readme out of date #581

Closed
vasi26ro opened this issue Oct 5, 2023 · 2 comments
Closed

Readme out of date #581

vasi26ro opened this issue Oct 5, 2023 · 2 comments

Comments

@vasi26ro
Copy link

vasi26ro commented Oct 5, 2023

Describe the bug
When I try to auth using password an error is raised.

To Reproduce
Steps to reproduce the behavior:
supabase_client.auth.sign_in_with_password({ "email": "[email protected]", "password": "123" })
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'SupabaseAuthClient' object has no attribute 'sign_in_with_password'

Expected behavior
auth

@silentworks
Copy link
Contributor

Please check your version of the library. You should also be installing the supabase library (https://pypi.org/project/supabase/) which is at v1.2.0 at the time of writing.

@silentworks
Copy link
Contributor

Closing this out as there has been no activity from OP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants