aaronn / django-rest-framework-passwordless

Passwordless Auth for Django REST Framework
MIT License
708 stars 153 forks source link

Allow processors to access context #111

Open nullablebool opened 2 years ago

nullablebool commented 2 years ago

Particularly for customizing emails, we may want to add contextual data that is associated with the user. Providing the token object to context and then to the processor provides this.