Tivix / django-rest-auth

This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
www.tivix.com
MIT License
2.41k stars 661 forks source link

Invitations #561

Open steverecio opened 5 years ago

steverecio commented 5 years ago

Has anyone integrated any invitations packages with django-rest-auth? I'm looking to mix this package with django-invitations and django-organizations.

colin-byrne-1 commented 4 years ago

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!

colin-byrne-1 commented 4 years ago

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.

BarnabasSzabolcs commented 4 years ago

Hi, as a user of rest-auth, thanks for offering contribution!

This repo is not maintained anymore, so the development moved to dj-rest-auth. (reference: https://github.com/Tivix/django-rest-auth/issues/568) It may be best, if you move this PR there. (and upgrade to using dj_rest_auth)

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, Barney