Merge pull request #468 from kneufeld/master

expand JWT acronym in docs
This commit is contained in:
mario 2019-04-18 20:01:15 +02:00 committed by GitHub
commit 04c692bba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,8 +243,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: