diff --git a/_includes/parse-server/third-party-auth.md b/_includes/parse-server/third-party-auth.md index b36b26203..e9fbba036 100644 --- a/_includes/parse-server/third-party-auth.md +++ b/_includes/parse-server/third-party-auth.md @@ -12,6 +12,7 @@ Parse Server supports 3rd party authentication with * Janrain Engage * LinkedIn * Meetup +* PhantAuth * QQ * Spotify * Twitter @@ -206,6 +207,21 @@ Google oauth supports validation of id_token's and access_token's. } ``` +### PhantAuth `authData` + +As of Parse Server 3.7.0 you can use [PhantAuth](https://www.phantauth.net/). + +```js +{ + "phantauth": { + "id": "user's PhantAuth sub (string)", + "access_token": "an authorized PhantAuth access token for the user", + } +} +``` + +Learn more about [PhantAuth](https://www.phantauth.net/). + ### QQ `authData` ```js