Skip to content

Commit 44d6d0e

Browse files
authored
Merge pull request #471 from danwoda/update-readme
Removed legacy example from README
2 parents 9f8064d + 29ff528 commit 44d6d0e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,6 @@ pip install auth0-python
2929
#### Authentication SDK
3030
The Authentication SDK is organized into components that mirror the structure of the
3131
[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-
```
4132

4233
If you need to sign up a user using their email and password, you can use the Database object.
4334

0 commit comments

Comments
 (0)