django-rest-framework-passwordless
django-rest-framework-passwordless copied to clipboard
Slight change for dynamic token creator callback
I had a case where I needed to generate different tokens for certain types of users, so I moved out the value to a class variable so I can change it when I created a subclass of the view.