From f5fe62ce913f52a41fec7c0aef1b50a2d422e523 Mon Sep 17 00:00:00 2001 From: Kurt Neufeld Date: Thu, 25 Oct 2018 11:28:24 -0600 Subject: [PATCH] expand JWT acronym in docs --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index fa512c5..647a131 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -205,8 +205,8 @@ You can also use the following views to check all social accounts attached to th ] -JWT Support (optional) ----------------------- +JSON Web Token (JWT) Support (optional) +--------------------------------------- By default ``django-rest-auth`` uses Django's Token-based authentication. If you want to use JWT authentication, follow these steps: