We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2002b4c commit 3d83c89Copy full SHA for 3d83c89
_includes/parse-server/third-party-auth.md
@@ -12,6 +12,7 @@ Parse Server supports 3rd party authentication with
12
* Janrain Engage
13
* LinkedIn
14
* Meetup
15
+* PhantAuth
16
* QQ
17
* Spotify
18
* Twitter
@@ -206,6 +207,21 @@ Google oauth supports validation of id_token's and access_token's.
206
207
}
208
```
209
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
225
### QQ `authData`
226
227
```js
0 commit comments