PedroBern / django-graphql-auth

Django registration and authentication with GraphQL.
https://django-graphql-auth.readthedocs.io/en/latest/
MIT License
328 stars 105 forks source link

Send a signal when user is verified #53

Open mnieber opened 4 years ago

mnieber commented 4 years ago

Prerequisites

For more information, see the CONTRIBUTING guide.

Description

I would like to create a few extra model instances when the user is verified. The best way to do this is to listen to a signal that is sent when the user is verified.

Description of the bug/feature/question

Please add a signal that is sent when the user is verified.

PedroBern commented 4 years ago

Hi @mnieber that would be great, can you open a PR?

mnieber commented 4 years ago

Yes, sure, should not take long!