Skip to content

Commit

Permalink
docs: specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
JadsonLucena committed Dec 12, 2023
1 parent e285539 commit 8f3f627
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
> 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)

0 comments on commit 8f3f627

Please sign in to comment.