Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dianabarsan committed Feb 5, 2024
1 parent 397769b commit 377b800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ CouchDb security configuration allows for setting the number of password hashing

This plugin generates and stores a session cookie for pairs of user + CouchDb server instance and appends a Cookie header to all outgoing requests.

Integration should be seamless, the only requirement is adding the plugin _after_ the `pouchdb-adapter-http`, with no additional action should be necessary on the developer's part.
Integration should be seamless, the only requirement is adding the plugin _after_ the `pouchdb-adapter-http`, with no additional necessary on the developer's part.

It supports authentication embedded in the CouchDb URL or as an additional options field when declaring the database.
It supports authentication embedded in the CouchDb URL or as an additional option field when declaring the database.

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

### Testing

Expand Down

0 comments on commit 377b800

Please sign in to comment.