Skip to content

Commit 747fef6

Browse files
authored
Add django-rest-authemail to Third Party Packages (encode#7679)
* Add django-rest-authemail to Authentication * Add django-rest-authemail to Third Party Packages
1 parent 82b8a64 commit 747fef6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/api-guide/authentication.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,10 @@ There are currently two forks of this project.
432432

433433
[drfpasswordless][drfpasswordless] adds (Medium, Square Cash inspired) passwordless support to Django REST Framework's own TokenAuthentication scheme. Users log in and sign up with a token sent to a contact point like an email address or a mobile number.
434434

435+
## django-rest-authemail
436+
437+
[django-rest-authemail][django-rest-authemail] provides a RESTful API interface for user signup and authentication. Email addresses are used for authentication, rather than usernames. API endpoints are available for signup, signup email verification, login, logout, password reset, password reset verification, email change, email change verification, password change, and user detail. A fully-functional example project and detailed instructions are included.
438+
435439
[cite]: https://jacobian.org/writing/rest-worst-practices/
436440
[http401]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2
437441
[http403]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4
@@ -466,3 +470,4 @@ There are currently two forks of this project.
466470
[django-rest-framework-social-oauth2]: https://github.com/PhilipGarnero/django-rest-framework-social-oauth2
467471
[django-rest-knox]: https://github.com/James1345/django-rest-knox
468472
[drfpasswordless]: https://github.com/aaronn/django-rest-framework-passwordless
473+
[django-rest-authemail]: https://github.com/celiao/django-rest-authemail

docs/community/third-party-packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
190190
* [django-rest-auth][django-rest-auth] - Provides a set of REST API endpoints for registration, authentication (including social media authentication), password reset, retrieve and update user details, etc.
191191
* [drf-oidc-auth][drf-oidc-auth] - Implements OpenID Connect token authentication for DRF.
192192
* [drfpasswordless][drfpasswordless] - Adds (Medium, Square Cash inspired) passwordless logins and signups via email and mobile numbers.
193+
* [django-rest-authemail][django-rest-authemail] - Provides a RESTful API for user signup and authentication using email addresses.
193194

194195
### Permissions
195196

@@ -362,3 +363,4 @@ To submit new content, [open an issue][drf-create-issue] or [create a pull reque
362363
[django-elasticsearch-dsl-drf]: https://github.com/barseghyanartur/django-elasticsearch-dsl-drf
363364
[django-api-client]: https://github.com/rhenter/django-api-client
364365
[drf-psq]: https://github.com/drf-psq/drf-psq
366+
[django-rest-authemail]: https://github.com/celiao/django-rest-authemail

0 commit comments

Comments
 (0)