We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the latest version the guide has some issues, that causes it to return WRONG_CREDENTIALS_ERROR when using a username. I suspect this is because of this: https://github.com/supertokens/supertokens-node/blob/7e33a06f4283a150600a5eabda31615fc5827023/lib/ts/recipe/emailpassword/api/implementation.ts#L766
WRONG_CREDENTIALS_ERROR
We need to update the guide to take that into account (and/or investigate if we can do something else to accommodate this usecase)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the latest version the guide has some issues, that causes it to return
WRONG_CREDENTIALS_ERROR
when using a username. I suspect this is because of this: https://github.com/supertokens/supertokens-node/blob/7e33a06f4283a150600a5eabda31615fc5827023/lib/ts/recipe/emailpassword/api/implementation.ts#L766We need to update the guide to take that into account (and/or investigate if we can do something else to accommodate this usecase)
The text was updated successfully, but these errors were encountered: