You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-6Lines changed: 28 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,24 +14,28 @@ WARNING: `django-rest-registration` is only Python 3 compatible.
14
14
* reset password
15
15
* change password
16
16
* register (change) e-mail
17
-
* Modeless (uses cryptographic signing instead of profile models)
17
+
* Views are compatible with [django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)
18
+
* Views can be authenticated via session or auth token
19
+
* Modeless (uses the user defined by `settings.AUTH_USER_MODEL` and also uses [cryptographic signing](https://docs.djangoproject.com/en/dev/topics/signing/) instead of profile models)
0 commit comments