mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
Updates docs and demo
This commit is contained in:
parent
c933513438
commit
9d24b4ffe0
|
@ -34,11 +34,9 @@ INSTALLED_APPS = (
|
|||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django.contrib.sites',
|
||||
|
||||
'rest_framework',
|
||||
'rest_framework.authtoken',
|
||||
'dj_rest_auth',
|
||||
|
||||
'allauth',
|
||||
'allauth.account',
|
||||
'dj_rest_auth.registration',
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
django>=1.9.0
|
||||
dj-rest-auth==0.1.4
|
||||
djangorestframework>=3.7.0
|
||||
djangorestframework>=3.11.0
|
||||
djangorestframework-simplejwt==4.4.0
|
||||
django-allauth>=0.24.1
|
||||
django-rest-swagger==2.0.7
|
||||
coreapi==2.3.3
|
|
@ -4,3 +4,14 @@ Changelog
|
|||
0.1.2
|
||||
-----
|
||||
Welcome Dj-Rest-Auth
|
||||
|
||||
1.0.0
|
||||
-----
|
||||
Replaces `rest_framework_jwt` with `djangorestframework-simplejwt`.
|
||||
|
||||
|
||||
- rest_framework_jwt is now unmaintained so we've switched to simplewjt,
|
||||
which is a strong jwt library with a large community.
|
||||
- This change means you may need to change your client code if you're upgrading
|
||||
from the previous version. Example: token -> access_token. Please see demo
|
||||
for more information.
|
|
@ -7,7 +7,7 @@ Welcome to dj-rest-auth's documentation!
|
|||
============================================
|
||||
|
||||
|
||||
.. note:: dj-rest-auth supports django-rest-framework >= v3.0
|
||||
.. note:: dj-rest-auth version 1.0.0 now uses Django Simple JWT. Please see changelog.
|
||||
|
||||
|
||||
.. image:: https://circleci.com/gh/jazzband/dj-rest-auth.svg?style=svg
|
||||
|
|
Loading…
Reference in New Issue
Block a user