We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8064d commit b946312Copy full SHA for b946312
1 file changed
README.md
@@ -31,14 +31,6 @@ The Authentication SDK is organized into components that mirror the structure of
31
[API documentation](https://auth0.com/docs/auth-api).
32
For example:
33
34
-```python
35
-from auth0.authentication import Social
36
-
37
-social = Social('my-domain.us.auth0.com', 'my-client-id')
38
39
-social.login(access_token='...', connection='facebook')
40
-```
41
42
If you need to sign up a user using their email and password, you can use the Database object.
43
44
```python
0 commit comments