Open pabshazon opened 8 years ago
Thanks! This module does require a little bit of maintenance right now to bring it up-to-date.
Come on, we can resurrect it :)
I don't think it will take much work, aside from the fact that it's officially time to write some proper tests for this plugin!
@devinivy, I can take care of the testing. What testing libraries would you use? I like Jasmine + Frisby but they might not be the best to test chained calls... any library recommendation to dev the tests for the Oauth2 process?
@pabshazon I would personally use lab!
From https://github.com/hapijs/yar
My solution:
index.js line 201 should be:
request.yar.lazy(true);
index.js line 206 should be:
session: request.yar,
Maybe you prefer a different approach to solve the issue