Commit Graph

73 Commits

Author SHA1 Message Date
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