django-rest-framework-passwordless icon indicating copy to clipboard operation
django-rest-framework-passwordless copied to clipboard

Slight change for dynamic token creator callback

Open va2ron1 opened this issue 4 years ago • 0 comments

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.

va2ron1 avatar Feb 13 '21 17:02 va2ron1