Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b946312

Browse files
author
IdentityDan
committed
Removed legacy example from README
1 parent 9f8064d commit b946312

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,6 @@ The Authentication SDK is organized into components that mirror the structure of
3131
[API documentation](https://auth0.com/docs/auth-api).
3232
For example:
3333

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-
4234
If you need to sign up a user using their email and password, you can use the Database object.
4335

4436
```python

0 commit comments

Comments
 (0)