colin-byrne-1

Results 22 comments of colin-byrne-1

@SavageWilliam I ended up rolling back a couple packages, and haven't had any trouble. I would try rolling back react-router-redux before redux or redux-thunk. I am guessing the only one...

@sohos is there anything preventing this from getting merged?

I had a similar issue (or the same issue), and I fixed it by enabling session authentication as well as token authentication. Without digging much into it, my guess is...

Ah... I was thinking that Stripe prevented this. Great to hear this is allowed. Would you like that method exposed? I could push a PR if you desired that... you...

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...

Hey @steverecio, I have seen your comments on a number of solutions, looking for DJRA compatible MFA solution. I am curious... did you ever find a suitable solution?

@mhoonjeon It is actually pretty simple to install django-trench (an MFA package), then overwrite the post method of the LoginView of this package. You need to steal the logic from...

@WP-LKL Suspected someone was going to want that... should have posted it earlier! My thoughts... It would be awesome to have that functionality in dj-rest-auth. That said, that project is...