jws
jws
given that throttling for non-trival cases generally require some sort of shared backend (i.e. redis), you should rely on (and really, need) the underlying framework's throttling capabilities to be configured...
a solution here should be generalizable to other use cases. your email link format for example, is unlikely to be usable by others. another approach is to extend the context...
i hit the same issue with app store reviews. until one of the proposed PRs gets merged, i'm hacking/working around it with a signal: ```python @receiver(signals.pre_save, sender=passwordless.CallbackToken) def update_demo_account_token(sender, instance,...
i encountered a similar situation, and also initially tried the validated_* approach on the parent_serializer, since that seemed the most intuitive. i then tried the approach above and noticed i'm...
been a few years, bumping to see if there was any upcoming plans to make this change - thanks!