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
django-organizations doesn't "care" about the authorization system, so it works nicely side by side with social authentication.
The invitation component specifically is where you might need to extend this if, say, you wanted to send invitations over that social media channel rather than via email.
Provided you want to use social authentication directly in the registration and invitation process it's not quite out of the box but it should be reasonably straightforward to support.
If you have an updated backend for this a PR would be welcome to add for other people looking to integrate this themselves!
I'm using all-auth for email login/registration (more specifically django-rest-auth, which requires all-auth). I'm not using social logins. Currently, the invitations and registration is handled by django-rest-auth. Do I have to override the INVITATION_BACKEND and REGISTRATION_BACKEND settings and call it a day?
@bittner@loxllxol you can take a look at this open source module which implements both django-organizations and django-allauth for OpenWISP 2 (a recently released open source wifi controller built with python & django).
It's really just a matter of correct setup and integration.
(I'm sorry to be so blunt and ask this before trying it out myself. Forgive!)
The README says:
... yet it doesn't mention social authentication, such as django-allauth, explicitly.
How easy is it to integrate social authentication? Would django-allauth work (almost) out of the box?
The text was updated successfully, but these errors were encountered: