Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 327 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 327 Bytes

API

API WOWRead

Auth

To run the server, first you need to create a auth.json file, with all your credential keys.

{
  "appId": "parse-server app id",
  "masterKey": "parse-server master key",
  "awsId": "amazon aws id",
  "awsSecret": "amazon aws secret key",
  "facebookAppIds": "facebook id for auth"
}