You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am removing the request.session and request.auth.session placeholders from hapi. Should not break anything but you should consider a breaking change to move the methods set by this plugin elsewhere directly on the request.
See: hapijs/yar#88
I am removing the
request.sessionandrequest.auth.sessionplaceholders from hapi. Should not break anything but you should consider a breaking change to move the methods set by this plugin elsewhere directly on the request.