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
Why you use "username" as identity field, while most auth engines I have encountered in PHP uses used_id as identity?
used_id
The text was updated successfully, but these errors were encountered:
by default, this module uses id as the primary key. see
id
passport-local-sequelize/lib/passport-local-sequelize.js
Lines 35 to 39 in 3871eaa
username is just a normal field. if PHP uses id as a username, it's very very incorrect. i have enough trouble remembering my ICQ number.
username
Sorry, something went wrong.
No branches or pull requests
Why you use "username" as identity field, while most auth engines I have encountered in PHP uses
used_id
as identity?The text was updated successfully, but these errors were encountered: