iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.62k stars 302 forks source link

Fixes post_signup never being called #546

Closed hugobessa closed 10 months ago

hugobessa commented 10 months ago

Issue

While we have a post_signup method in the SocialLoginSerializer, it is never called.

Fixes #547

mikewolfd commented 4 months ago

@hugobessa why did you close this? is there a fix?

hugobessa commented 4 months ago

I think the issue I was having wasn't related to this piece of code. I'm not really sure on what it was, sorry for that @mikewolfd ☹️

mikewolfd commented 4 months ago

@hugobessa I'm having the exact same issue, so I'm at a loss. I ended up switching to listening to the signup signal from allauth, but it's not as smooth as just using this existing function hook