Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo user token freezed #132

Open
caelus-dev opened this issue Jul 22, 2023 · 0 comments
Open

Demo user token freezed #132

caelus-dev opened this issue Jul 22, 2023 · 0 comments

Comments

@caelus-dev
Copy link

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:

    'PASSWORDLESS_DEMO_USERS': {
        uuid.UUID('82426894-a119-4afe-8064-2fb5d663bb6e'): '000000',
    },

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant