Skip to content

Commit a6b6b6c

Browse files
anlutrotomchristie
authored andcommitted
remove references to DOAC in docs (#5977)
Project has been archived on github and recommends alternative.
1 parent fc21432 commit a6b6b6c

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

docs/api-guide/authentication.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,6 @@ For details on configuration and usage see the Django REST framework OAuth docum
395395

396396
HTTP digest authentication is a widely implemented scheme that was intended to replace HTTP basic authentication, and which provides a simple encrypted authentication mechanism. [Juan Riaza][juanriaza] maintains the [djangorestframework-digestauth][djangorestframework-digestauth] package which provides HTTP digest authentication support for REST framework.
397397

398-
## Django OAuth2 Consumer
399-
400-
The [Django OAuth2 Consumer][doac] library from [Rediker Software][rediker] is another package that provides [OAuth 2.0 support for REST framework][doac-rest-framework]. The package includes token scoping permissions on tokens, which allows finer-grained access to your API.
401-
402398
## JSON Web Token Authentication
403399

404400
JSON Web Token is a fairly new standard which can be used for token-based authentication. Unlike the built-in TokenAuthentication scheme, JWT Authentication doesn't need to use a database to validate a token. [Blimp][blimp] maintains the [djangorestframework-jwt][djangorestframework-jwt] package which provides a JWT Authentication class as well as a mechanism for clients to obtain a JWT given the username and password. An alternative package for JWT authentication is [djangorestframework-simplejwt][djangorestframework-simplejwt] which provides different features as well as a pluggable token blacklist app.
@@ -449,9 +445,6 @@ HTTP Signature (currently a [IETF draft][http-signature-ietf-draft]) provides a
449445
[django-oauth-toolkit]: https://github.com/evonove/django-oauth-toolkit
450446
[evonove]: https://github.com/evonove/
451447
[oauthlib]: https://github.com/idan/oauthlib
452-
[doac]: https://github.com/Rediker-Software/doac
453-
[rediker]: https://github.com/Rediker-Software
454-
[doac-rest-framework]: https://github.com/Rediker-Software/doac/blob/master/docs/integrations.md#
455448
[blimp]: https://github.com/GetBlimp
456449
[djangorestframework-jwt]: https://github.com/GetBlimp/django-rest-framework-jwt
457450
[djangorestframework-simplejwt]: https://github.com/davesque/django-rest-framework-simplejwt

docs/topics/third-party-packages.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
183183

184184
* [djangorestframework-digestauth][djangorestframework-digestauth] - Provides Digest Access Authentication support.
185185
* [django-oauth-toolkit][django-oauth-toolkit] - Provides OAuth 2.0 support.
186-
* [doac][doac] - Provides OAuth 2.0 support.
187186
* [djangorestframework-jwt][djangorestframework-jwt] - Provides JSON Web Token Authentication support.
188187
* [djangorestframework-simplejwt][djangorestframework-simplejwt] - An alternative package that provides JSON Web Token Authentication support.
189188
* [hawkrest][hawkrest] - Provides Hawk HTTP Authorization.
@@ -285,7 +284,6 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
285284
[discussion-group]: https://groups.google.com/forum/#!forum/django-rest-framework
286285
[djangorestframework-digestauth]: https://github.com/juanriaza/django-rest-framework-digestauth
287286
[django-oauth-toolkit]: https://github.com/evonove/django-oauth-toolkit
288-
[doac]: https://github.com/Rediker-Software/doac
289287
[djangorestframework-jwt]: https://github.com/GetBlimp/django-rest-framework-jwt
290288
[djangorestframework-simplejwt]: https://github.com/davesque/django-rest-framework-simplejwt
291289
[hawkrest]: https://github.com/kumar303/hawkrest

0 commit comments

Comments
 (0)