just a quick question, i was reading the code an was wondering where cookieAuth https://github.com/hapijs/hapi-auth-cookie/blob/master/lib/index.js#L131 property came from ?
isn't it suppose to be:
request[settings.requestDecoratorName].reply = reply
fyi i didn't make a pull request because i haven't test the code, i was just try to understand how you got access to reply in decorate context. better useless question than a mistake.
just a quick question, i was reading the code an was wondering where
cookieAuthhttps://github.com/hapijs/hapi-auth-cookie/blob/master/lib/index.js#L131 property came from ?isn't it suppose to be:
fyi i didn't make a pull request because i haven't test the code, i was just try to understand how you got access to
replyindecoratecontext. better useless question than a mistake.