Skip to content

added "options" parameter to the signature of validateAppId #540

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

Merged
merged 1 commit into from
Jul 26, 2018
Merged

added "options" parameter to the signature of validateAppId #540

merged 1 commit into from
Jul 26, 2018

Conversation

zsmuller
Copy link
Contributor

In the current Parse-Server guide the description of "Custom authentication" contains this:

On this module, you need to implement and export those two functions validateAuthData(authData, options) {} and validateAppId(appIds, authData) {}.

However the validateAppId() function is handed a third "options" parameter as well (just as validateAuthData()), so the correct sentence sounds like this:

On this module, you need to implement and export those two functions validateAuthData(authData, options) {} and validateAppId(appIds, authData, options) {}.

This PR contains only this small change.

@flovilmart flovilmart merged commit b90a166 into parse-community:gh-pages Jul 26, 2018
@flovilmart
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants