userAuth
userAuth copied to clipboard
File is missing
config.js is missing
Config.js should just contain:
module.exports = {
"db": “YOUR_ORCHESTRATE_API_KEY”
}
I think they should add the file as typed above instead of putting it in the gitignore - but obviously they don't want themselves (or anyone forking this) to submit their API key by mistake.
For now unless they want to change this decision, just add the file as I typed it out above and include your own api key.
To the devs: I could be wrong - I'm no git wizard - but I think you can add a file to the repo and then add it to the gitignore and you'll essentially get a default file that can be cloned but modified locally. I don't know for sure...
Also a follow up post with the other auth methods would be super appreciated. :) :+1: