Fixed getMemberIdentiyTokenFromSession

no-issue

This did not have the cookieConfig passed, so could not correctly parse request
This commit is contained in:
Fabien O'Carroll 2019-09-06 13:06:04 +08:00
parent 95ed945f6d
commit 198e525d59

View File

@ -112,7 +112,7 @@ module.exports = function create(options = EMPTY) {
message: `Cookie ${cookieName} not found`
});
}
});
}, cookieConfig);
return {
exchangeTokenForSession,