We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f8064d + 29ff528 commit 44d6d0eCopy full SHA for 44d6d0e
1 file changed
README.md
@@ -29,15 +29,6 @@ pip install auth0-python
29
#### Authentication SDK
30
The Authentication SDK is organized into components that mirror the structure of the
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
0 commit comments