Skip to content

Commit ac705a8

Browse files
mtrezzaflovilmart
authored andcommitted
Fixed 3rd party OAuth link (#1986)
Fixed bad OAuth link in wiki [ci-skip]
1 parent aeb6880 commit ac705a8

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
@@ -193,7 +193,7 @@ The client keys used with Parse are no longer necessary with Parse Server. If yo
193193
* `fileKey` - For migrated apps, this is necessary to provide access to files already hosted on Parse.
194194
* `allowClientClassCreation` - Set to false to disable client class creation. Defaults to true.
195195
* `enableAnonymousUsers` - Set to false to disable anonymous users. Defaults to true.
196-
* `oauth` - Used to configure support for [3rd party authentication](https://github.com/ParsePlatform/parse-server/wiki/Parse-Server-Guide#oauth).
196+
* `oauth` - Used to configure support for [3rd party authentication](https://github.com/ParsePlatform/parse-server/wiki/OAuth).
197197
* `facebookAppIds` - An array of valid Facebook application IDs that users may authenticate with.
198198
* `mountPath` - Mount path for the server. Defaults to `/parse`.
199199
* `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)