(req)
| 143 | } |
| 144 | |
| 145 | function parseCookies(req) { |
| 146 | return cookie.parse(req.headers.cookie || ""); |
| 147 | } |
| 148 | |
| 149 | // ============================================================================ |
| 150 | // Auth endpoint interception — manually forward and intercept tokens |
no test coverage detected