Skip to content

Commit b90a166

Browse files
Müller Zsoltflovilmart
authored andcommitted
added "options" parameter to the signature of validateAppId (#540)
1 parent ce1f4a1 commit b90a166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/parse-server/third-party-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ It is possible to leverage the OAuth support with any 3rd party authentication t
251251
}
252252
```
253253

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

256256
For more information about custom auth please see the examples:
257257

0 commit comments

Comments
 (0)