Michael
9d24b4ffe0
Updates docs and demo
2020-03-28 11:36:03 -05:00
Michael
c933513438
Bumps version, fixes import ordering
2020-03-28 11:09:07 -05:00
Michael
1eaa8edd0e
README tweak
2020-03-22 06:40:01 -05:00
Michael
fe06053abe
Adds JWT example to Readme
2020-03-22 06:38:54 -05:00
Michael
27226223f4
Merge pull request #3 from alichass/master
...
Replacing rest_framework_jwt with django-rest-framework-simplejwt
2020-03-22 06:27:54 -05:00
Michael
bfd6750104
Removes coveralls patch edit
2020-03-22 06:25:43 -05:00
Michael
27815933f5
Bumps minor version
2020-03-22 06:23:13 -05:00
Michael
4070bce94b
Attempts to fix tests
2020-03-22 06:20:44 -05:00
Michael
ce3b90dea6
Re-adds previous tests
2020-03-22 05:52:26 -05:00
Michael
475e0b94c2
Support for Http-Only JWT Cookies
2020-03-22 05:41:16 -05:00
Michael
50b7a4ab88
Merge pull request #11 from dedsm/patch-1
...
Fix typos in the registration serializer documentation
2020-03-21 20:40:30 -05:00
David De Sousa
dbb3ff2b81
Fix typos in the registration serializer documentation
2020-03-21 11:59:54 +01:00
alichass
f73f3af1d3
hopefully this should work?
2020-03-19 17:09:20 -04:00
alichass
12e79aa33e
changed for use w/ cookies
2020-03-19 14:37:35 -04:00
Michael
3017853ee6
Merge pull request #7 from mohmyo/patch-1
...
Uncomment 'django.contrib.messages'
2020-03-13 00:39:23 -05:00
Michael
344a52929b
Merge pull request #8 from mohmyo/patch-2
...
Fix AttributeError at /docs/
2020-03-13 00:38:45 -05:00
Mahmoud Adel
654eb22b7b
Fix AttributeError at /docs/
...
Using this solution https://github.com/encode/django-rest-framework/issues/6809#issuecomment-546302742
To fix:
AttributeError at /docs/
'AutoSchema' object has no attribute 'get_link'
2020-03-12 17:42:09 +02:00
Mahmoud Adel
597d17e6ff
Uncomment 'django.contrib.messages'
...
When run 'python manage.py migrate --settings=demo.settings --noinput'
I get this on console
SystemCheckError: System check identified some issues:
ERRORS:
?: (admin.E406) 'django.contrib.messages' must be in INSTALLED_APPS in order to use the admin application.
So uncomment it to solve the issue.
2020-03-12 17:22:46 +02:00
Michael
6460348709
Merge pull request #5 from MathiasLantean/Fix_LoginSerializer
...
Fix if condition in LoginSerializer
2020-03-11 13:34:33 -05:00
Mathias Lantean
e198f8dddb
Fix if condition in LoginSerializer
...
As there is no reference to 'rest_auth.registration' this condition always validates to False.
We should check if 'dj_rest_auth.registration' is in INSTALLED_APPS.
2020-03-11 15:23:22 -03:00
alichass
6dd2aea624
Update setup.py
2020-03-11 06:22:52 -04:00
alichass
231ccc04a3
updated docs
2020-03-11 06:15:32 -04:00
alichass
23e88f9838
update registration views to work with simplejwt
2020-03-11 06:05:11 -04:00
alichass
4fb746e645
updated tests
2020-03-11 06:03:59 -04:00
alichass
9bbc4a3014
change standard auth stuff to work with simplejwt
2020-03-11 06:01:03 -04:00
Michael
229b75543e
Updates version in demo project
2020-03-10 22:44:21 -05:00
Michael
a4915a1ea8
Adds coverage repo token
2020-03-06 18:04:47 -06:00
Michael
3b830790f7
Adds coveralls dep and tests
2020-03-06 18:02:05 -06:00
Michael
fe01ba0231
Adds coverage badge
2020-03-06 17:56:32 -06:00
Michael
b5914dbb45
Adds contributing file
2020-03-06 17:48:57 -06:00
Michael
c35773d786
Adds Jazzband badge
2020-03-06 17:47:44 -06:00
Michael
238b92b472
Updates Circle CI badge
2020-03-01 16:46:47 -06:00
Michael
d90e3db7eb
Uses new org
2020-03-01 16:42:28 -06:00
Michael
3c30c399da
Corrects grammar
2020-03-01 00:07:36 -06:00
Michael
38945e871c
Updates README
2020-03-01 00:06:45 -06:00
Michael
8bc9ba8c8a
Fixes references to serializers + isort
2020-02-29 23:56:21 -06:00
Michael
9b78f0e3be
Updates change log
2020-02-29 23:40:44 -06:00
Michael
60e0ca468d
Updates Docs
2020-02-29 23:27:00 -06:00
Michael
34d5706b78
Updates README
2020-02-29 23:23:47 -06:00
Michael
25d0ebbfd4
Specifies Python version
2020-02-29 23:20:56 -06:00
Michael
9298014b3a
Fixes docs
2020-02-29 23:18:19 -06:00
Michael
7d63b53a43
Updats README
2020-02-29 23:06:12 -06:00
Michael
8b3915e119
Fixes README
2020-02-29 23:03:58 -06:00
Michael
aafd10fcce
Updates README
2020-02-29 23:02:01 -06:00
Michael
7f17e18e3e
Updates badge URL
2020-02-29 22:53:34 -06:00
Michael
39fbc15571
Adds README badge
2020-02-29 22:51:56 -06:00
Michael
a639fc6ace
Fixes broken tests
2020-02-29 22:47:06 -06:00
Michael
455b88ed57
Removes Django 11
2020-02-29 22:06:53 -06:00
Michael
6b27267758
Updates Django version
2020-02-29 22:03:34 -06:00
Michael
93ed2a1528
DRY's up config
2020-02-29 22:02:36 -06:00