Skip to content

Commit 7e4e6d2

Browse files
authored
docs: include drf-social-oauth2 to docs. (#8310)
django-rest-framework-social-oauth2 is not a maintained library anymore.
1 parent 4464ce7 commit 7e4e6d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api-guide/authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,9 @@ There are currently two forks of this project.
420420
* [Django-rest-auth][django-rest-auth] is the original project, [but is not currently receiving updates](https://github.com/Tivix/django-rest-auth/issues/568).
421421
* [Dj-rest-auth][dj-rest-auth] is a newer fork of the project.
422422

423-
## django-rest-framework-social-oauth2
423+
## drf-social-oauth2
424424

425-
[Django-rest-framework-social-oauth2][django-rest-framework-social-oauth2] library provides an easy way to integrate social plugins (facebook, twitter, google, etc.) to your authentication system and an easy oauth2 setup. With this library, you will be able to authenticate users based on external tokens (e.g. facebook access token), convert these tokens to "in-house" oauth2 tokens and use and generate oauth2 tokens to authenticate your users.
425+
[Drf-social-oauth2][drf-social-oauth2] is a framework that helps you authenticate with major social oauth2 vendors, such as Facebook, Google, Twitter, Orcid, etc. It generates tokens in a JWTed way with an easy setup.
426426

427427
## django-rest-knox
428428

@@ -473,7 +473,7 @@ More information can be found in the [Documentation](https://django-rest-durin.r
473473
[djoser]: https://github.com/sunscrapers/djoser
474474
[django-rest-auth]: https://github.com/Tivix/django-rest-auth
475475
[dj-rest-auth]: https://github.com/jazzband/dj-rest-auth
476-
[django-rest-framework-social-oauth2]: https://github.com/PhilipGarnero/django-rest-framework-social-oauth2
476+
[drf-social-oauth2]: https://github.com/wagnerdelima/drf-social-oauth2
477477
[django-rest-knox]: https://github.com/James1345/django-rest-knox
478478
[drfpasswordless]: https://github.com/aaronn/django-rest-framework-passwordless
479479
[django-rest-authemail]: https://github.com/celiao/django-rest-authemail

0 commit comments

Comments
 (0)