Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Kratos | 9,603 | 16 | a day ago | 550 | July 12, 2023 | 213 | apache-2.0 | Go | ||
Next-gen identity server (think Auth0, Okta, Firebase) with Ory-hardened authentication, PassKeys, MFA, FIDO2, TOTP, WebAuthn, profile management, identity schemas, social sign in, registration, account recovery, passwordless. Golang, headless, API-only - without templating or theming headaches. Available as a cloud service. | ||||||||||
Django Allauth | 8,472 | 5,160 | 131 | 3 days ago | 79 | November 06, 2023 | 100 | mit | Python | |
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication. | ||||||||||
Django Social Auth | 2,564 | 299 | 2 | 7 years ago | 84 | September 07, 2013 | 4 | other | Python | |
Django social authentication made simple | ||||||||||
Fosswebsite | 115 | 5 years ago | 65 | mit | HTML | |||||
A club management system that handles student details, progress, events, achievements, attendance, status updates, teams and workshop registrations. This is the official FOSS@Amrita website | ||||||||||
Social Examples | 83 | 16 days ago | 2 | bsd-3-clause | Python | |||||
Python Social Auth - Examples | ||||||||||
Social Login Prestashop | 76 | 3 months ago | 5 | PHP | ||||||
Social Login for PrestaShops allows your users to login and register with 25+ social networks. It is very easy to install and helps increasing the user registration and conversion rates of your shop by simplifying the sign up process for new users. | ||||||||||
Django Le Social | 53 | 8 | 7 years ago | 9 | October 17, 2016 | bsd-3-clause | Python | |||
External registration / authentication for Django | ||||||||||
Social Login Phpbb | 49 | 9 days ago | 18 | PHP | ||||||
Social Login for phpBB allows your users to login and register with 40+ social networks. It increases your phpBB user registration rate by simplifying the registration process. | ||||||||||
My Ride | 47 | a year ago | 7 | mit | Python | |||||
Carpooling / Ride sharing app done with django and bootstrap | ||||||||||
Aiohttp Login | 46 | 3 | 5 years ago | 10 | February 23, 2018 | 2 | isc | Python | ||
Registration and authorization (including social) for aiohttp apps. |
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
Most existing Django apps that address the problem of social authentication unfortunately focus only on one dimension - the social. Most developers end up integrating another app in order to support authentication flows that are locally generated.
This approach creates a development gap between local and social authentication flows. It has remained an issue in spite of numerous common scenarios that both require. For example, an email address passed along by an OpenID provider may not be verified. Therefore, prior to hooking up an OpenID account to a local account the email address must be verified. This essentially is one of many use cases that mandate email verification to be present in both worlds.
Integrating both is a humongous and tedious process. It is not as
simple as adding one social authentication app, and one
local account registration app to your INSTALLED_APPS
list.
This inadequacy is the reason for this project's existence -- to offer a fully integrated authentication app that allows for both local and social authentication, with flows that just work, beautifully !
Commercial support is available. If you find certain functionality missing, or require assistance on your project(s), please contact us: [email protected].
If you like this, you may also like: