Commit Graph

138 Commits

Author SHA1 Message Date
Maxim Kukhtenkov
7e708d9ca7 Update configs and changelog for version 0.9.2 2017-10-02 15:52:33 -04:00
David Gunter
f0175b4aac Update JWT Support documentation to explain how the library uses django-rest-framework-jwt to handle token encoding. 2017-06-15 16:30:21 -07:00
Daniel Vitiello
8981317b1c Add step to remind user to migrate their database
I didn't do this and spent a while tracking down errors with CSRF and Token Validation.
2017-06-04 16:54:03 -05:00
Nathanael Gordon
937162bd97 Fix docs settings typo 2017-05-17 23:36:09 +10: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
951f3ce284 Compile translations and small text fixes 2016-12-22 11:57:23 -08:00
Maxim Kukhtenkov
f79537de77 Update API endpoints docs and docstring
https://github.com/Tivix/django-rest-auth/issues/280
2016-12-07 19:12:01 -05:00
Maxim Kukhtenkov
45bda640e5 Add note to docs for defining custom REGISTER_SERIALIZER
#198
2016-11-30 19:49:25 -08:00
Maxim Kukhtenkov
cef8d67968 Move note under info on accepted params 2016-11-30 19:38:47 -08:00
Maxim Kukhtenkov
42ae22152a Remove dependency on allauth for logout on GET 2016-11-30 17:39:57 -08:00
Maxim Kukhtenkov
7fc875a4f5 Change handling for logout on GET
+ Make it require allauth
+ Add a note to docs that it’s not a recommended setting
2016-11-27 03:37:05 -08:00
Maxim Kukhtenkov
667e70c40f Update configs and changelog for version 0.8.2 2016-11-01 11:10:15 -07:00
Maxim Kukhtenkov
37375461df Add info to docs and comments
+ Add comments by @chubz regarding django-allauth hmac pattern from PR #233
+ Cleanup
2016-10-24 14:23:44 -07:00
Maxim Kukhtenkov
83e200e576 Revert "allows registration throttle control" 2016-10-17 10:11:04 -07:00
Syam Mohan
acf15b6360 Added missing variable "token" 2016-07-29 18:24:49 +05:30
mario
18f8178ce6 More release changes (0.8.0) 2016-07-28 21:16:35 +02:00
mariodev
0ffc573482 Merge pull request #209 from vsevolod-kolchinsky/patch-1
allows registration throttle control
2016-07-18 08:14:11 +02:00
vsevolod kolchinsky
ff641cf31c Throttling documentation added 2016-07-18 09:09:51 +03:00
Omid Raha
8635cec373 Fix patterns function name on the installation pgae.
It's `patterns`,
That used as `from django.conf.urls import patterns`
2016-07-16 16:37:49 +04:30
Henk Kraal
8812ba11af Added `django.contrib.sites and SITE_ID setting requirements of allauth` to installation instructions
Fixes #218
2016-06-28 22:01:01 +02:00
Ross Patterson
4463fb8afa Fix docs settings default value 2016-03-10 14:12:24 -08:00
Ross Patterson
adf22bcc78 Fix reference to missing extras_require 2016-03-09 11:51:52 -08:00
Christopher Grebs
a661f02b8f Fix typo in configuration.rst 2016-03-07 18:43:18 +01:00
Jon Gregorowicz
9baeb2883b Docs comment 2016-02-29 08:02:50 -05:00
Jon Gregorowicz
4ba9841bc5 Merge changes 2016-02-29 08:01:39 -05:00
Jon Gregorowicz
e3901516cb Merge branch 'master' into jwt-support
# Conflicts:
#	docs/changelog.rst
#	rest_auth/registration/views.py
2016-02-29 07:45:43 -05:00
mariodev
ef56efc0c8 Merge pull request #152 from caruccio/logout-on-get
Allow logout on GET
2016-02-26 13:38:01 +01:00
Nicola
42b860b8bf Change the variable name in the doc 2016-02-25 21:37:08 +01:00
Maciej Jaworski
f01ed78d59 Update changelog.rst 2016-02-23 15:30:53 +00:00
Maciej Jaworski
bb7b1270b7 Adjusted phrasing and layout of social integration examples 2016-02-23 12:16:24 +00:00
Maciej Jaworski
b6e991e787 Merge pull request #154 from tevinjoseph/master
Added a Serializer for Twitter oauth
2016-02-23 12:04:38 +00:00
Tevin Joseph K O
ee9e848694 URL for twitter login added. 2016-02-23 17:31:11 +05:30
Tevin Joseph K O
8f05f20051 Updated api_endpoints.rst with twitter login 2016-02-23 17:18:30 +05:30
Tevin Joseph K O
e6c5be4b69 Updated index.rst with twitter login 2016-02-23 17:15:57 +05:30
Maciej Jaworski
b34ef24dd7 Merge pull request #167 from fergyfresh/master
Adds logout to API endpoints demo project
2016-02-23 11:07:26 +00:00
Maciej Jaworski
40ac97b847 Update index.rst 2016-02-23 10:20:52 +00:00
Jon Gregorowicz
e3a1ba520e Added tests for JWT, fixed merge issues 2016-02-16 00:42:18 -05:00
Jon Gregorowicz
f8a9cc152d Merge branch 'master' into jwt-support
# Conflicts:
#	docs/configuration.rst
#	rest_auth/registration/views.py
#	rest_auth/tests/test_api.py
#	rest_auth/utils.py
#	rest_auth/views.py
2016-02-15 23:35:32 -05:00
Billy Ferguson
37c49e0c86 Adds token to logout API documentation 2016-02-08 17:35:37 -05:00
mario
af9dcbd79b Added FAQ issue. 2016-01-14 22:36:58 +01:00
Mateus Caruccio
70a4dc9a13 Allow logout on GET 2016-01-09 01:11:35 -02:00
Mateus Caruccio
ccc261d57f Merge branch 'master' of https://github.com/Tivix/django-rest-auth 2016-01-07 19:56:33 -02:00
mariodev
334a29c4d9 Merge pull request #151 from Tivix/pr/130
Refactored registration logic
2016-01-06 18:26:47 +01:00
mariodev
d63232224e Merge pull request #150 from Tivix/pr/141
Ability to login using e-mail (without allauth)
2016-01-06 18:16:51 +01:00
mario
54eb54ad65 Cleaned up LoginSerializer codebase 2016-01-06 01:18:13 +01:00
mario
99c4dc9d05 Brought back pass verification + added test 2016-01-05 14:56:11 +01:00
Jon Gregorowicz
317db1b811 Bump version 2016-01-04 13:57:38 -05:00
Jon Gregorowicz
19e234d1dc * Added support for REST_USE_JWT
* Added JWTSerializer
* Added JWT encoding support, based on django-rest-framework-jwt
* Tests for JWT authentication
2016-01-04 12:45:33 -05:00
Matt d'Entremont
1d9c2d647e #86: Add missing dependencies to setup.py
- Add django-allauth as an extra, and update documentation
- Ensure django-allauth and responses are present when running tests
2016-01-04 10:29:50 -04:00
Mateus Caruccio
c9d55f768c Add support for custom Token model 2016-01-02 15:59:06 -02:00
mario
ec91620550 Merge branch 'master' into pr/130 2016-01-02 17:32:40 +01:00
Will
411cc298b3 Update demo.rst
With requirements file of django >= 1.7.0, change command of `syncdb` to `migrate` (`syncdb` is deprecated).
2015-12-21 11:01:41 -05:00
ron8mcr
f848c8b6fa Merge remote-tracking branch 'Tivix/django-rest-auth/master' 2015-12-15 17:06:47 +07:00
Tom Counsell
fb435fbea4 Update installation.rst 2015-12-11 18:08:39 +07:00
Roman Gorbil
10ae7acac9 Rewrite registration logic 2015-11-24 17:11:46 +07: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
Bhaarat Sharma
296a49a04b Don't log the user out after change password - Django 1.7 2015-10-18 00:20:50 -04:00
Mateusz Sikora
d25df33a79 version 0.5.0 2015-08-20 11:28:45 +02:00
Mateusz Sikora
1cdbc95dbb Merge pull request #85 from iraycd/patch-1
Added old password to Password Change
2015-08-14 13:59:53 +02:00
Mateusz Sikora
4d2c302ce2 Merge branch 'master' of github.com:Tivix/django-rest-auth 2015-08-14 13:51:00 +02:00
Serge Mosin
17398ab363 Update installation.rst
Fixed urlpatterns section.
2015-08-11 20:22:10 +05:00
Philippe Luickx
ad94008503 appending all views with View 2015-08-07 13:54:45 +03:00
Philippe Luickx
74f2ffec7f now also accepting authorization codes from social login (e.g. facebook) 2015-08-07 13:26:57 +03:00
Ray Ch
ce81906f59 Note for old_password. 2015-05-23 01:28:40 +05:30
Ray Ch
f4160f6577 Added old password to Password Change 2015-05-23 01:17:06 +05:30
mjaworski
bd97eee65a Added changeog notes and updated requirements in demo app 2015-04-28 11:10:58 +02:00
mjaworski
ea782b83e2 fixed url conf in example 2015-04-27 11:01:19 +02:00
Dragoș Alin Rotaru
c152b39951 Update installation.rst
Fixed small typo
2015-04-02 23:53:19 +03:00
Skyler Berg
6c69d7eeda Fix missing comma in installation settings documentation 2015-03-16 20:42:30 -07:00
Mateusz Sikora
dc809a9a2c update FAQ section in docs 2015-02-23 12:56:42 +01:00
Mateusz Sikora
3ad7029114 version 0.3.4 2015-01-27 17:13:47 +01:00
Mateusz Sikora
ee8f620e83 version 0.3.3 2015-01-09 12:42:23 +01:00
Mateusz Sikora
ec8b5af3e7 version 0.3.2 2014-12-15 00:09:49 +01:00
Mateusz Sikora
1b46c3625d version 0.3.1 2014-11-12 12:18:52 +01:00
Mateusz Sikora
0fc4d56dae add FAQ section in docs 2014-11-12 11:18:21 +01:00
Mateusz Sikora
059b0dcbab make all endpoints browsable 2014-11-12 10:33:29 +01:00
Mateusz Sikora
87a8e5865a update demo doc 2014-10-16 15:57:30 +02:00
Mateusz Sikora
28da4dc7c8 add requirements in demo, update doc 2014-10-16 13:31:25 +02:00
Mateusz Sikora
5fd7ea5596 update demo project - still not finished 2014-10-15 17:32:19 +02:00
Mateusz Sikora
7b85f6e45a update doc 2014-10-10 16:39:46 +02:00
Mateusz Sikora
4c6aca298e add badges 2014-10-09 15:48:09 +02:00
Mateusz Sikora
9515eb4ff5 update installation doc 2014-10-09 15:27:24 +02:00
Mateusz Sikora
41a0688b04 update configuration doc 2014-10-09 14:53:39 +02:00
Mateusz Sikora
7ed1388b3b add warning about backward incompatibility 2014-10-09 14:29:49 +02:00
Mateusz Sikora
478d10017c update documentation 2014-10-09 14:16:39 +02:00
Mateusz Sikora
cf19e58dc8 draft version of documentation 2014-10-09 13:01:47 +02:00