This repository was archived by the owner on Aug 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Hapi 12+ and yar bug fix #13
Comments
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. |
@pabshazon I would personally use lab! |
guillaumev
added a commit
to UN-OCHA/hapi-oauth2orize
that referenced
this issue
Nov 9, 2016
ecstasy2
added a commit
to edyn/hapi-oauth2orize
that referenced
this issue
Jan 24, 2017
oneblink#13 Hapi 12+ and yar bug fix
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: