Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 384 Bytes

CHANGELOG.md

File metadata and controls

11 lines (6 loc) · 384 Bytes

2.0.2

  • On 401 (unauthorized) responses for ajax calls, pass false to next() to stop the handler chain

2.0.1

  • Fix the 401 response on ajax requests to call send() rather than simply setting the status (which can be overriden by later handlers in the chain)

2.0.0

  • Send a 401 (unauthorized) instead of redirecting to login when we detect that the request is an XHR