diff --git a/README.md b/README.md index 5067ffc..c576700 100644 --- a/README.md +++ b/README.md @@ -203,4 +203,7 @@ verifyURL( > The signURL method needs to save the information in the searchParams, so the "expires, ip, method, nonce, prefix and signature" queries are reserved for this module's control. If your original url has one of these queries previously, it will be removed or overwritten to avoid conflicts in the signature verification. -> The nonce is signed in the cookie or URL, but it's up to your application to save them and check if they've already been used. \ No newline at end of file +> The nonce is signed in the cookie or URL, but it's up to your application to save them and check if they've already been used. + +## Specifications +We strive to maintain complete code coverage in tests. With that, we provide all the necessary use cases for a good understanding of how this module works. See: [test/SignedAccess.spec.js](https://github.com/JadsonLucena/SignedAccess.js/blob/main/test/SignedAccess.spec.js) \ No newline at end of file