Commit Graph

143 Commits

Author SHA1 Message Date
Michael
26482ccb2d Updates Docs, Bumps Version 2020-07-09 23:26:53 -05:00
Patrick Steadman
19a188df62 fix typo 2020-07-07 22:35:01 -04:00
Patrick Steadman
e530ca71ee
Update install docs to prevent error on user deletion
If using `django-allauth`, the `allauth.socialaccount` app is *required*, or else errors will occur when deleting users (and possibly in other places).
The `allauth.socialaccount` app cannot be left out even if you're just doing email registration and not using the social auth providers.
See: https://github.com/pennersr/django-allauth/issues/1975#issuecomment-384075169

Another user of this library also got tripped up here: https://github.com/jazzband/dj-rest-auth/issues/18#issue-590399626
2020-07-07 22:32:37 -04:00
Noam
b2c06fa18a Moved jwt auth class to separate file to avoid hard dependency. 2020-06-23 20:28:18 +03:00
Michael
de08967210 Fixes docs 2020-06-20 13:57:51 -05:00
Michael
ed99925d72 Adds docs 2020-06-20 13:35:16 -05:00
cbomprezzi
5a751e241c add secure and samesite jwt cookie support 2020-06-15 17:12:41 +02:00
Michael
62e291ba77 Fixes docs 2020-05-30 01:38:03 -05:00
Michael
099e61e5f1 Removes reference tot changelog 2020-05-30 01:37:05 -05:00
Michael
13a241f0b2 Updates index 2020-05-30 01:34:42 -05:00
Michael
24413e4a44 Removes changelog. Refer to Github instead 2020-05-30 01:30:16 -05:00
Michael
c18ccf57fd Improves link in docs 2020-05-30 01:25:20 -05:00
Michael
202b5e8d4d Adds vulnerability disclosure 2020-05-30 01:16:02 -05:00
erdaltsksn
9a75a15345
docs: Update registration install command for zsh
why: The zsh cannot process [] character correctly.

iss: https://github.com/Tivix/django-rest-auth/issues/402
2020-05-30 04:33:40 +03:00
Michael
bffec48e01 Adds centralized version store 2020-05-09 17:32:05 -05:00
Francesco Pinzauti
4dcca58178 changed url to path 2020-04-16 15:38:03 +02:00
Serhiy Romanov
5e8cca1633 Use import_string for getting TokenModel instead of passing class 2020-04-15 16:26:54 +03:00
Michael
9180f3967a Revert "Update documentation"
This reverts commit 1c485bcbce.
2020-04-01 18:41:23 -05:00
Anuj Sharma
1c485bcbce Update documentation
Update documentation for `old_password` validation skip.
2020-04-01 02:19:46 -05:00
Anuj Sharma
3c896603ad
Update module name
Changed module name to `dj_rest_auth`
2020-03-31 07:57:14 +05:30
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