Skip to content

Commit caa594c

Browse files
Add usage example for the server-side integration
1 parent 5182aa0 commit caa594c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,9 @@ js-cookie will send some requests to the server from the baseurl in the format `
7171
The server should handle those requests, internally parsing the cookie from the request and writing it again. It must set an `application/json` content type containing an object literal in the content body with `name` and `value` keys, each representing the cookie-name and cookie-value decoded by the server-side implementation.
7272

7373
If the server fails to respond with this specification in any request, the related QUnit test will fail. This is to make sure the server-side implementation will always be in sync with js-cookie encoding tests for maximum compatibility.
74+
75+
### Projects using it
76+
77+
This hook is being used in the following projects:
78+
79+
* [Java Cookie](https://github.com/js-cookie/java-cookie).

0 commit comments

Comments
 (0)