mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-07-22 05:29:46 +03:00
Merge 29192e0928
into 606858fba7
This commit is contained in:
commit
8d8c63263d
|
@ -159,7 +159,7 @@ JWT Support (optional)
|
||||||
|
|
||||||
By default, ``django-rest-auth`` uses Django's Token-based authentication. If you want to use JWT authentication, you need to install the following:
|
By default, ``django-rest-auth`` uses Django's Token-based authentication. If you want to use JWT authentication, you need to install the following:
|
||||||
|
|
||||||
1. Install ``django-rest-framework-jwt`` http://getblimp.github.io/django-rest-framework-jwt/ . Right now this is the only supported JWT library.
|
1. Install ``djangorestframework-jwt`` http://getblimp.github.io/django-rest-framework-jwt/ . Right now this is the only supported JWT library.
|
||||||
|
|
||||||
2. Add the following to your settings
|
2. Add the following to your settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user