VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.89k forks source link

Update fixes #2701

Closed Neobii closed 3 years ago

Neobii commented 3 years ago

Various fixes for the meteor upgrade!

Also Changes from this pull request without the lint changes.

eric-burel commented 3 years ago

Nice thank you, what is Service Configuration btw?

Neobii commented 3 years ago

That's to config the various Oauth things like facebook and twitter... I think you have to include it now...

If you use the exampleSettings.json


"oAuth": {
    "facebook": {
      "appId": "foo",
      "secret": "bar"
    }
  },  ```
  this will give you an error now "configuration" is not defined

[Service Configuration](https://docs.meteor.com/api/accounts.html#service-configuration)