django-rest-framework-passwordless
django-rest-framework-passwordless copied to clipboard
Allow processors to access context
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.