Steve Recio

Results 29 issues of Steve Recio

django-rest-auth dependency is no longer maintained. The new fork is [dj-rest-auth](https://github.com/jazzband/dj-rest-auth). However, it looks like the dependency requirement is just [one function](https://github.com/fangli/django-saml2-auth/blob/825c1092803c38f626089763a7a3e030f2f82c1d/django_saml2_auth/views.py#L25). Might make sense to copy the code for...

Maybe I'm not using the package correctly but it seems that when you accept an invite, the email is still not verified. I know that django-invitations is decoupled from allauth...

Fixes #60

It would be great if you could dispatch parallel chunk uploads. Currently, each chunk has to be sent sequentially, waiting for a response from the server to send the next...

I was setting up some custom client-side code to interact with the chunked upload API and during the debugging process I discovered the requirement for setting the Content-Range header in...

Is there a way to programmatically inject the analytics.js snippet into my app versus just blindly importing it into my index.html? I have certain pages that I don't want 3rd...

Dj-Stripe supports the Coupon object but doesn't have any support for customer facing promotional codes ([API Docs](https://stripe.com/docs/billing/subscriptions/discounts/codes)). Would be great to easily validate promo-codes.

api change

Does anybody have any examples of using Django Rest Auth with a MFA plugin?

Add DRF throttle scopes to relevant rest auth views. This enables configuring rate limits for rest-auth views"

I saw an old PR was reverted that added support for rate limiting. It seems the suggested solution is to subclass each view but that seems unnecessary to me. Can...