Skip to content

Commit

Permalink
chore: merge tag '2.1.0' into develop
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
JadsonLucena committed Jun 4, 2024
2 parents aed3641 + fea5427 commit d9c512a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The subscription ensures that the permissions for a particular resource are not


## Interfaces
Although this is a javascript module, we use a typescript interface to maintain interoperability and better readability. See: [src/SignedAccess.d.ts](https://github.com/JadsonLucena/SignedAccess.js/blob/main/src/SignedAccess.d.ts)
Although this is a javascript module, we use a typescript interface to maintain interoperability and better readability. See: [src/SignedAccess.d.ts](src/SignedAccess.d.ts)


> It is recommended to end all pathnames with / unless you intentionally choose to end the pathname with a partial filename.\
Expand All @@ -35,4 +35,4 @@ Although this is a javascript module, we use a typescript interface to maintain
> 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)
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](test/SignedAccess.spec.js)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jadsonlucena/signedaccess",
"version": "2.0.0",
"version": "2.1.0",
"description": "Sign and verify URLs and cookies to add a layer of protection to publicly accessible routes",
"main": "./src/SignedAccess.js",
"engines": {
Expand Down

0 comments on commit d9c512a

Please sign in to comment.