Skip to content

Commit 0653a63

Browse files
Add drf-auth-kit to Third Party Authentication Packages (#9785)
Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
1 parent 2ca3b7f commit 0653a63

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/api-guide/authentication.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,11 @@ HTTP Signature (currently a [IETF draft][http-signature-ietf-draft]) provides a
426426

427427
[Djoser][djoser] library provides a set of views to handle basic actions such as registration, login, logout, password reset and account activation. The package works with a custom user model and uses token-based authentication. This is a ready to use REST implementation of the Django authentication system.
428428

429+
## DRF Auth Kit
430+
431+
[DRF Auth Kit][drf-auth-kit] library provides a modern REST authentication solution with JWT cookies, social login, multi-factor authentication, and comprehensive user management. The package offers full type safety, automatic OpenAPI schema generation with DRF Spectacular. It supports multiple authentication types (JWT, DRF Token, or Custom) and includes built-in internationalization for 50+ languages.
432+
433+
429434
## django-rest-auth / dj-rest-auth
430435

431436
This library provides a set of REST API endpoints for registration, authentication (including social media authentication), password reset, retrieve and update user details, etc. By having these API endpoints, your client apps such as AngularJS, iOS, Android, and others can communicate to your Django backend site independently via REST APIs for user management.
@@ -498,3 +503,4 @@ More information can be found in the [Documentation](https://django-pyoidc.readt
498503
[django-rest-durin]: https://github.com/eshaan7/django-rest-durin
499504
[login-required-middleware]: https://docs.djangoproject.com/en/stable/ref/middleware/#django.contrib.auth.middleware.LoginRequiredMiddleware
500505
[django-pyoidc]: https://github.com/makinacorpus/django_pyoidc
506+
[drf-auth-kit]: https://github.com/huynguyengl99/drf-auth-kit

docs/community/third-party-packages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ To submit new content, [create a pull request][drf-create-pr].
5858
* [hawkrest][hawkrest] - Provides Hawk HTTP Authorization.
5959
* [djangorestframework-httpsignature][djangorestframework-httpsignature] - Provides an easy to use HTTP Signature Authentication mechanism.
6060
* [djoser][djoser] - Provides a set of views to handle basic actions such as registration, login, logout, password reset and account activation.
61+
* [DRF Auth Kit][drf-auth-kit] - Provides complete REST authentication with JWT cookies, social login, MFA, and user management. Features full type safety and automatic OpenAPI schema generation.
6162
* [dj-rest-auth][dj-rest-auth] - Provides a set of REST API endpoints for registration, authentication (including social media authentication), password reset, retrieve and update user details, etc.
6263
* [drf-oidc-auth][drf-oidc-auth] - Implements OpenID Connect token authentication for DRF.
6364
* [drfpasswordless][drfpasswordless] - Adds (Medium, Square Cash inspired) passwordless logins and signups via email and mobile numbers.
@@ -181,6 +182,7 @@ To submit new content, [create a pull request][drf-create-pr].
181182
[permissions]: ../api-guide/permissions.md
182183
[third-party-packages]: #existing-third-party-packages
183184
[discussion-group]: https://groups.google.com/forum/#!forum/django-rest-framework
185+
[drf-auth-kit]: https://github.com/huynguyengl99/drf-auth-kit
184186
[djangorestframework-digestauth]: https://github.com/juanriaza/django-rest-framework-digestauth
185187
[django-oauth-toolkit]: https://github.com/evonove/django-oauth-toolkit
186188
[djangorestframework-jwt]: https://github.com/GetBlimp/django-rest-framework-jwt

0 commit comments

Comments
 (0)