mirror of
				https://github.com/Tivix/django-rest-auth.git
				synced 2025-10-31 15:57:34 +03:00 
			
		
		
		
	Update installation.rst
This commit is contained in:
		
							parent
							
								
									bb3b082895
								
							
						
					
					
						commit
						f39d93042e
					
				|  | @ -210,8 +210,8 @@ JWT Support (optional) | |||
| 
 | ||||
| By default ``django-rest-auth`` uses Django's Token-based authentication. If you want to use JWT authentication, follow these steps: | ||||
| 
 | ||||
| 1. Install `django-rest-framework-jwt <http://getblimp.github.io/django-rest-framework-jwt/>`_ | ||||
|     - ``django-rest-framework-jwt`` is currently the only supported JWT library. | ||||
| 1. Install `djangorestframework-jwt <http://getblimp.github.io/django-rest-framework-jwt/>`_ | ||||
|     - ``djangorestframework-jwt`` is currently the only supported JWT library. | ||||
| 2. The ``JWT_PAYLOAD_HANDLER`` and ``JWT_ENCODE_HANDLER`` settings are imported from the ``django-rest-framework-jwt`` settings object. | ||||
|     - Refer to `the library's documentation <http://getblimp.github.io/django-rest-framework-jwt/#additional-settings>`_ for information on using different encoders. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user