aaronn / django-rest-framework-passwordless

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

Configurable token length #63

Open bgervan opened 4 years ago

bgervan commented 4 years ago

The sent token was 6 digit long with fixed value. This commit contains the neccessary changes to be able to configure as we want.

nishantonline1 commented 3 years ago

Kindly merge this PR, I'm looking for the same.