expand JWT acronym in docs

This commit is contained in:
Kurt Neufeld 2018-10-25 11:28:24 -06:00
parent 479a40d2cc
commit f5fe62ce91

View File

@ -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: