cbomprezzi
3c86fd9abb
add drf login/logout/registration/user customization
2020-06-15 18:27:57 +02:00
Michael
a7f54991c1
Adds POC Login Form in React
2020-03-28 13:51:31 -05:00
Michael
ac3cbcb613
Adds React SPA
2020-03-28 12:15:02 -05:00
Michael
ff7d9728bb
Use master in demo
2020-03-28 11:39:21 -05:00
Michael
9d24b4ffe0
Updates docs and demo
2020-03-28 11:36:03 -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
475e0b94c2
Support for Http-Only JWT Cookies
2020-03-22 05:41:16 -05:00
Michael
3017853ee6
Merge pull request #7 from mohmyo/patch-1
...
Uncomment 'django.contrib.messages'
2020-03-13 00:39:23 -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
229b75543e
Updates version in demo project
2020-03-10 22:44:21 -05:00
Michael
d90e3db7eb
Uses new org
2020-03-01 16:42:28 -06:00
Michael
8bc9ba8c8a
Fixes references to serializers + isort
2020-02-29 23:56:21 -06:00
Michael
a87a458ccf
Removes six
2020-02-29 20:30:21 -06:00
Michael
92cc9c18ec
Renames project to dj-rest-auth
2020-02-29 17:59:38 -06:00
mario
998b2b1fbc
feat: prep for new release (0.9.5)
2019-04-01 09:51:08 +02:00
mario
c7ff94ced7
feat: prep for new release (0.9.4)
2019-04-01 07:51:51 +02:00
Maxim Kukhtenkov
bcd6ab4401
Update configs and changelog for version 0.9.3 + additional fixes
2018-01-19 19:44:31 -05:00
Maxim Kukhtenkov
a892ca3fa5
Upgrade requirements for demo project
2017-12-16 16:48:34 -05:00
Maxim Kukhtenkov
5e6c5a75ea
Changes in demo project settings for Django 2.0 compatibility
2017-12-05 12:39:57 -05:00
Maxim Kukhtenkov
7e708d9ca7
Update configs and changelog for version 0.9.2
2017-10-02 15:52:33 -04:00
Maxim Kukhtenkov
819fbf768f
Update configs and changelog for version 0.9.1
2017-03-05 22:05:08 -08:00
Maxim Kukhtenkov
ce58da58b2
Update configs and changelog for version 0.9.0
2016-12-22 13:29:51 -08:00
Maxim Kukhtenkov
aa677d51c0
PEP8 cleanup and small text fixes
2016-12-21 14:08:56 -08:00
Maxim Kukhtenkov
667e70c40f
Update configs and changelog for version 0.8.2
2016-11-01 11:10:15 -07:00
Maxim Kukhtenkov
5330e0cfb1
Add swagger API docs to demo project
2016-10-27 17:42:07 -07:00
mario
53094041b8
Merge pull request #236 from greenstatic/master
...
changed login into logout in the templates logout_form.html
2016-08-31 00:01:33 +02:00
jberends
8949b1ffde
Refactored the settings of the demo to confirm to the use of TEMPLATE_* settings in django.
2016-08-29 14:58:47 +02:00
greenstatic
abc72e88f0
changed login into logout in the templates logout_form.html
2016-07-29 21:23:52 +02:00
mario
e9215f4105
Bump to v0.8.1
2016-07-28 22:45:39 +02:00
mario
18f8178ce6
More release changes (0.8.0)
2016-07-28 21:16:35 +02:00
mario
235efa4ec1
Dropping django 1.7 support
2016-07-18 07:20:02 +02:00
Maciej Jaworski
0850fb47ae
Update requirements.pip
2016-02-23 15:46:34 +00:00
Billy Ferguson
8d91e1881e
Added logout functionality to demo project
2016-02-08 17:14:25 -05:00
Tabatha Memmott
0e3fb4a5c9
closes PR #134 and adds same syntax to demo
2016-01-04 16:29:47 -08:00
Will Liu
4d9e33e9a8
fix demo by add csrf and modify account settings
...
In response to Issue 116 at https://github.com/Tivix/django-rest-auth/issues/116
* Add csrf_token tags on demo templates (was returning CSRF page)
* Update settings file for the demo login (was returning message that email was required when template only shows username and password fields)
2015-12-21 16:32:53 -05:00
mario
b8c3ae9c68
version 0.6.0
2015-11-24 08:40:41 +01:00
mario
680bb56e99
Clean up demo codebase
2015-11-19 10:36:55 +01:00
mario
6ace9de268
Compatibility updates
...
+ removed some legacy code
+ added force_text for py3 support
2015-11-19 09:38:57 +01:00
Mateusz Sikora
77db2d8d64
change auth method demo app
2015-11-06 13:23:55 +01:00
Mateusz Sikora
d25df33a79
version 0.5.0
2015-08-20 11:28:45 +02:00
mjaworski
bd97eee65a
Added changeog notes and updated requirements in demo app
2015-04-28 11:10:58 +02:00
mjaworski
8d4a227509
Added simple redirect to fix #66
2015-04-13 15:04:14 +02:00
Mateusz Sikora
3e7d72a4a8
Update requirements.pip
2015-04-01 16:05:04 +02:00
Mateusz Sikora
cf780c3ebd
Update requirements.pip
2015-03-11 10:59:55 +01:00
Mateusz Sikora
4e24b2a842
Update requirements.pip
2015-02-26 10:16:02 +01:00
Mateusz Sikora
200dad30fb
Merge branch 'master' of github.com:Tivix/django-rest-auth
2015-02-23 12:57:26 +01:00
Mateusz Sikora
03f5d398f9
update requirements in demo app
2015-02-23 12:57:16 +01:00
Mateusz Sikora
65770d2915
Update requirements.pip
2015-01-31 11:13:05 +01:00
Mateusz Sikora
3ad7029114
version 0.3.4
2015-01-27 17:13:47 +01:00