Skip to content

Commit 81ebbb8

Browse files
authored
Update README.md
1 parent e82395e commit 81ebbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo
206206
* `fileKey` - For migrated apps, this is necessary to provide access to files already hosted on Parse.
207207
* `allowClientClassCreation` - Set to false to disable client class creation. Defaults to true.
208208
* `enableAnonymousUsers` - Set to false to disable anonymous users. Defaults to true.
209-
* `oauth` - Used to configure support for [3rd party authentication](https://github.com/ParsePlatform/parse-server/wiki/OAuth).
209+
* `auth` - Used to configure support for [3rd party authentication](https://github.com/ParsePlatform/parse-server/wiki/OAuth--and-Custom-Authentication).
210210
* `facebookAppIds` - An array of valid Facebook application IDs that users may authenticate with.
211211
* `mountPath` - Mount path for the server. Defaults to `/parse`.
212212
* `filesAdapter` - The default behavior (GridStore) can be changed by creating an adapter class (see [`FilesAdapter.js`](https://github.com/ParsePlatform/parse-server/blob/master/src/Adapters/Files/FilesAdapter.js)).

0 commit comments

Comments
 (0)