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

Allow demo users' static pin mapped to email and mobile

Open tiwariav opened this issue 3 years ago • 0 comments

In many environments a user with same email/mobile can be deleted and created again, changing its pk. So adding two new settings PASSWORDLESS_DEMO_USERS_EMAIL and PASSWORDLESS_DEMO_USERS_MOBILE to map the email and phone numbers directly to a static pin.

tiwariav avatar Aug 23 '22 20:08 tiwariav