Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update protected route middleware docs
- The stormpath middleware, stormpath.authenticationRequired, depends on cookie-parser being defined. Cookie-parser will attach cookies from the request and attach them to the canonical req object in express. This property is then used by the middelware to verify the authenticity of the user and properly secure the route. - This commit provides additional requirements to users who are leveraging the authenticationRequired middleware Closes stormpath#602
- Loading branch information