I have a fresh install of everyauth and running the example code produces the error: At step, fetchOAuthUser, you are trying to access the parameters: accessToken. However, only the following parameters have been promised from prior steps thus far: req, res, next. I have tried the npm install as well as a git clone with the same result. I have resolved the known error with a missing } in conf.js.
To be clear, I am executing:
cd example/
node server.js
Thanks, Andy