Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gareth Bowen <[email protected]>
  • Loading branch information
dianabarsan and garethbowen authored May 28, 2024
1 parent ab728fa commit 1b98a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ It supports authentication embedded in the CouchDb URL or as an additional optio

It regenerates the session cookie on expiry and retries the last request, the client should not expect a failed request for an expired cookie.

When given a `session` parameter, a new session will not be requested, instead the passed session cookie will be used as session authentication.
When given a `session` parameter, a new session will not be requested, instead the passed session cookie will be used as session authentication. If both `session` and `auth` are provided then the `auth` will only be used if the session token has expired.

### Testing

Expand Down

0 comments on commit 1b98a1c

Please sign in to comment.