jlguenego / node-expose-sspi

Expose Microsoft Windows SSPI to Node for SSO authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request: add express-session support

jlguenego opened this issue · comments

Adding express session with options useSession: false (by default for backward compatibility).

useSession: true

if no req.session.sso then compute req.sso then copy it to req.session.sso.

if req.session.sso then do not run Negotiate protocol.