-
Notifications
You must be signed in to change notification settings - Fork 662
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
Invitations #561
Comments
I am setting up with django-invitations now... If I forget to write a summary, and anyone out there needs one, please remind me to write one! |
Also, I wrote a custom organization implementation instead of using django-organizations. Integrating it with rest-auth was a pain, but doable. It definitely seems like django-organizations would work though, as it advertises as authentication-agnostic. |
Hi, This repo is not maintained anymore, so the development moved to dj-rest-auth. (reference: #568) new repo link: https://github.com/jazzband/dj-rest-auth (I'm not the upkeeper of that repo, it just makes sense for me to help you write where it brings value.) Best, |
Has anyone integrated any invitations packages with django-rest-auth? I'm looking to mix this package with django-invitations and django-organizations.
The text was updated successfully, but these errors were encountered: