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
We need make sure that user id from Auth0 is unique, a good example: https://github.com/meteor/meteor/blob/88d43a0f16a484a5716050cb7de8066b126c7b28/packages/accounts-oauth/oauth_common.js#L17
_ensureIndex('services.' + name + '.id', {unique: 1, sparse: 1});
A better way is that change xcv58:auth0-lock logic to use accounts-oauth package.
xcv58:auth0-lock
accounts-oauth
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need make sure that user id from Auth0 is unique, a good example:
https://github.com/meteor/meteor/blob/88d43a0f16a484a5716050cb7de8066b126c7b28/packages/accounts-oauth/oauth_common.js#L17
A better way is that change
xcv58:auth0-lock
logic to useaccounts-oauth
package.The text was updated successfully, but these errors were encountered: