(req,res,next)
| 130 | |
| 131 | // wrapped to allow using the middleware before the strategy is set |
| 132 | function sessionMiddleware(req,res,next) { |
| 133 | return ss.session.strategy.sessionMiddleware? ss.session.strategy.sessionMiddleware(req,res,next) : next(); |
| 134 | } |
| 135 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected