aaronn / django-rest-framework-passwordless

Passwordless Auth for Django REST Framework
MIT License
714 stars 152 forks source link

Ability to inject token at the end of the email subject #103

Closed BLooDek closed 2 years ago

BLooDek commented 2 years ago

set 'PASSWORDLESS_EMAIL_SUBJECT_TOKEN': True to add tokens in the subject

aaronn commented 2 years ago

I think this would be better handled with a template for the subject instead. It feels too heavy to add a setting just to append a string.