aaronn / django-rest-framework-passwordless

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

Fix adding existing users to demo users #141

Closed mattrobmattrob closed 3 weeks ago

mattrobmattrob commented 3 months ago

This .filter call will always return the first token and in the case this isn't the expected demo user token key (whether it has changed in settings or the user previously logged in as a non-demo user) the expected demo user CallbackToken is never created.

mattrobmattrob commented 3 weeks ago

Reopen and merge if this is desired.