Skip to content

Commit

Permalink
mention login in the persistent session guide (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
barraponto authored and keithamus committed Jun 23, 2017
1 parent 77a7a93 commit 2604c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -203,7 +203,7 @@ chai.use(require('chai-http'));
#### Retaining cookies with each request

Sometimes you need to keep cookies from one request, and send them with the
next. For this, `.request.agent()` is available:
next (for example, when you want to login with the first request, then access an authenticated-only resource later). For this, `.request.agent()` is available:

```js
// Log in
Expand Down

0 comments on commit 2604c3b

Please sign in to comment.