Skip to content

Commit 3d83c89

Browse files
szkibaTomWFox
authored andcommitted
added PhantAuth authData docs (#655)
1 parent 2002b4c commit 3d83c89

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

+16
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Parse Server supports 3rd party authentication with
1212
* Janrain Engage
1313
* LinkedIn
1414
* Meetup
15+
* PhantAuth
1516
* QQ
1617
* Spotify
1718
* Twitter
@@ -206,6 +207,21 @@ Google oauth supports validation of id_token's and access_token's.
206207
}
207208
```
208209

210+
### PhantAuth `authData`
211+
212+
As of Parse Server 3.7.0 you can use [PhantAuth](https://www.phantauth.net/).
213+
214+
```js
215+
{
216+
"phantauth": {
217+
"id": "user's PhantAuth sub (string)",
218+
"access_token": "an authorized PhantAuth access token for the user",
219+
}
220+
}
221+
```
222+
223+
Learn more about [PhantAuth](https://www.phantauth.net/).
224+
209225
### QQ `authData`
210226

211227
```js

0 commit comments

Comments
 (0)