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

Update README.md and documentation at supabase-py web documentation #716

Closed

Conversation

yogendraapawar
Copy link

I tried to sign in using supabase.auth.sign_in_with_password but it wasn't working, instead it worked for below code

res = supabase.auth.sign_in(email=email, password=password)

What kind of change does this PR introduce?

docs update

What is the current behavior?

In my case data = supabase.auth.sign_in_with_password({"email": "j0@supabase.io", "password": "testsupabasenow"}) didn't work
Instead data = supabase.auth.sign_in({"email": "j0@supabase.io", "password": "testsupabasenow"}) worked

What is the new behavior?

This should be mentioned or corrected in the documentation provided here

Additional context

None

I tried to sign in using supabase.auth.sign_in_with_password but it wasn't working, instead it worked for below code

res = supabase.auth.sign_in(email=email, password=password)
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. All the files appear to be documentation files, which we're not great at reviewing... yet!

@yogendraapawar yogendraapawar changed the title Update README.md Update README.md and documentation at supabase-py web documentation Mar 2, 2024
@silentworks
Copy link
Contributor

The README is correct, you are likely using the supabase-py library instead of the supabase library. You can see the issue here surrounding the library name #602

@silentworks silentworks closed this Mar 2, 2024
@yogendraapawar yogendraapawar deleted the patch-1 branch March 4, 2024 17:42
@yogendraapawar
Copy link
Author

The README is correct, you are likely using the supabase-py library instead of the supabase library. You can see the issue here surrounding the library name #602

Thank you so much, it resolved my issue!!!

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

Successfully merging this pull request may close these issues.

None yet

2 participants