nodeSolidServer/oidc-auth-manager

Fix AuthCallbackRequest.initSessionUserAuth

Closed this issue · 0 comments

AuthCallbackRequest.initSessionUserAuth is still using an old param signature (expecting an Express session, but it's now getting an RP Session object.

Causing downstream bug nodeSolidServer/node-solid-server#720