From 7e6e4cdd0927553df24d2787e649a14632c0d31b Mon Sep 17 00:00:00 2001 From: Matheus Cansian Date: Wed, 22 Aug 2018 16:19:45 -0300 Subject: [PATCH 1/2] Remove mentions to djangorestframework-jwt in docs --- docs/api-guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index e10e3109a3..184560b843 100644 --- a/docs/api-guide/authentication.md +++ b/docs/api-guide/authentication.md @@ -397,7 +397,7 @@ HTTP digest authentication is a widely implemented scheme that was intended to r ## JSON Web Token Authentication -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. +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. A package for JWT authentication is [djangorestframework-simplejwt][djangorestframework-simplejwt] which provides some features as well as a pluggable token blacklist app. ## Hawk HTTP Authentication From a1e9ae5d01f1ffec0d9d9a4f8bc318aa5641d6eb Mon Sep 17 00:00:00 2001 From: Matheus Cansian Date: Wed, 22 Aug 2018 16:41:09 -0300 Subject: [PATCH 2/2] Remove links for blimp and djangorestframework-jwt --- docs/api-guide/authentication.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index 184560b843..139458ad4d 100644 --- a/docs/api-guide/authentication.md +++ b/docs/api-guide/authentication.md @@ -445,8 +445,6 @@ HTTP Signature (currently a [IETF draft][http-signature-ietf-draft]) provides a [django-oauth-toolkit]: https://github.com/evonove/django-oauth-toolkit [evonove]: https://github.com/evonove/ [oauthlib]: https://github.com/idan/oauthlib -[blimp]: https://github.com/GetBlimp -[djangorestframework-jwt]: https://github.com/GetBlimp/django-rest-framework-jwt [djangorestframework-simplejwt]: https://github.com/davesque/django-rest-framework-simplejwt [etoccalino]: https://github.com/etoccalino/ [djangorestframework-httpsignature]: https://github.com/etoccalino/django-rest-framework-httpsignature