From 8f3f627a4ada9861a12546d953358e6ed3bdd03c Mon Sep 17 00:00:00 2001 From: Jadson Lucena Date: Tue, 12 Dec 2023 16:21:02 -0300 Subject: [PATCH] docs: specifications --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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