You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found an issue or maybe I don't understand how demo user works (which would also be no surprise, because there's no detailed documentation about it).
So after I added a new user to the system, I added that user to demo users:
But after that nothing really happens. In the callbacktoken db table the last token remains active (is_active is true), there are no new emails, and the auth doesn't accept the given '000000', because there is no callbacktoken with '000000' key.
When I remove the user from the PASSWORDLESS_DEMO_USERS, the auth works again.
What's the problem?
The text was updated successfully, but these errors were encountered:
Hi,
I found an issue or maybe I don't understand how demo user works (which would also be no surprise, because there's no detailed documentation about it).
So after I added a new user to the system, I added that user to demo users:
But after that nothing really happens. In the callbacktoken db table the last token remains active (is_active is true), there are no new emails, and the auth doesn't accept the given '000000', because there is no callbacktoken with '000000' key.
When I remove the user from the PASSWORDLESS_DEMO_USERS, the auth works again.
What's the problem?
The text was updated successfully, but these errors were encountered: