-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Add django-pyoidc as a third party authentication library #9667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
No objection here. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add it to this list too?
django-rest-framework/docs/community/third-party-packages.md
Lines 53 to 64 in 73cbb9c
### Authentication | |
* [djangorestframework-digestauth][djangorestframework-digestauth] - Provides Digest Access Authentication support. | |
* [django-oauth-toolkit][django-oauth-toolkit] - Provides OAuth 2.0 support. | |
* [djangorestframework-simplejwt][djangorestframework-simplejwt] - Provides JSON Web Token Authentication support. | |
* [hawkrest][hawkrest] - Provides Hawk HTTP Authorization. | |
* [djangorestframework-httpsignature][djangorestframework-httpsignature] - Provides an easy to use HTTP Signature Authentication mechanism. | |
* [djoser][djoser] - Provides a set of views to handle basic actions such as registration, login, logout, password reset and account activation. | |
* [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. | |
* [drf-oidc-auth][drf-oidc-auth] - Implements OpenID Connect token authentication for DRF. | |
* [drfpasswordless][drfpasswordless] - Adds (Medium, Square Cash inspired) passwordless logins and signups via email and mobile numbers. | |
* [django-rest-authemail][django-rest-authemail] - Provides a RESTful API for user signup and authentication using email addresses. |
I added it ! |
Thanks! |
Hello there ! 👋
After a few years of work we just released a library that implements OpenID Connect (OIDC) authentication for Django and django-rest-framework. There are others libraries that implements OIDC for django/drf, but we were not satisfied with their implementation (read more here).
Would you mind adding a link to this library in drf documentation ?