We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c41b582 + ad9353f commit 606b55dCopy full SHA for 606b55d
README.md
@@ -117,7 +117,7 @@ supabase: Client = create_client(url, key)
117
# Sign in using the user email and password.
118
random_email: str = "3hf82fijf92@supamail.com"
119
random_password: str = "fqj13bnf2hiu23h"
120
-user = supabase.auth.sign_in(email=random_email, password=random_password)
+user = supabase.auth.supabase.auth.sign_in_with_password({ "email": random_email, "password": random_password })
121
```
122
123
## Managing Data
0 commit comments