Anuj Sharma
de25807805
Note in docs to add allauth urls if account email verification is mandatory
...
Update docs to add `account_email_verification_sent` endpoint while using `registration`.
Without this endpoint, if email verification is set to **MANDATORY** , it gives error
```
Reverse for 'account_email_verification_sent' not found. 'account_email_verification_sent' is not a valid view function or pattern name.
```
This is a copy PR of [#577 ](https://github.com/Tivix/django-rest-auth/pull/577 ) in in upstream project.
2020-03-30 22:02:12 +05:30
Michael
68dbdf7e3e
Fixes docs code sample
2020-03-28 14:24:21 -05:00
Michael
53ca547ed2
Updates RST Docs
2020-03-28 14:19:46 -05:00
Michael
c05903baac
Adds note about React SPA
2020-03-28 14:15:50 -05:00
Michael
66beda5efc
Updates changelog
2020-03-28 14:05:20 -05:00
Michael
c4130d1812
Adds more help to docs
2020-03-28 14:00:06 -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
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
231ccc04a3
updated docs
2020-03-11 06:15:32 -04: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
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
9298014b3a
Fixes docs
2020-02-29 23:18:19 -06:00
Michael
f7da276bd2
Updates names
2020-02-29 18:10:25 -06:00
Michael
92cc9c18ec
Renames project to dj-rest-auth
2020-02-29 17:59:38 -06:00
mario
04c692bba6
Merge pull request #468 from kneufeld/master
...
expand JWT acronym in docs
2019-04-18 20:01:15 +02: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
mario
ac44fbe07a
Merge pull request #483 from vthorey/vthorey/installation-doc
...
Vthorey/installation doc
2019-03-29 19:28:05 +01:00
Gaurav Sheni
f39d93042e
Update installation.rst
2019-03-26 11:07:27 -04:00
Valentino
e891a76c3f
Add example of github API in installation doc.
2018-11-12 16:58:07 +01:00
vthorey
25b94db0cc
Update installation.rst
2018-11-12 16:49:36 +01:00
Kurt Neufeld
f5fe62ce91
expand JWT acronym in docs
2018-10-25 11:28:24 -06:00
Maxim Kukhtenkov
801bad7c61
Update copyright and version number in Docs config
2018-06-06 15:01:22 -04: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
6a84d85d91
Add change in documentation and tests for social connect
2018-01-19 18:29:38 -05:00
Maxim Kukhtenkov
3eb546f633
Add extra info to docs for social connect
...
#347
2018-01-18 21:11:36 -05:00
Aleksi Häkli
8a4afe746c
Implement connect social accounts functionality
...
Add serializers and views for connecting accounts with minimal
specialization of the existing django-rest-auth interfaces.
Also add viewset which enables listing social account infmration
via the REST API for social authentication driven client applications.
Resolves #347 in GitHub.
2018-01-18 16:56:42 +02:00
Maxim Kukhtenkov
42d039b473
Fix urlpatterns format in docs
2017-10-03 10:17:48 -04:00
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