Shubham Kumar

Results 4 issues of Shubham Kumar

I have a query and it's related to encryption of the cookies. As of now in case of signed cookies, I can see `express` module is using the cookie value...

ideas

### This Pull Request (PR) is created for issue #110 and needs review to merge it. ### What does this PR do? This pull request replaces all occurrences of the...

pr

### Summary The `substr()` method is deprecated in JavaScript and may cause issues or warnings in future versions. To ensure better compatibility and prevent potential runtime issues, we should replace...

### Issue in detail: Let's say a signed cookie is created with `['abc']` secret using `cookie-parser` module and save on the browser's cookie storage. Later on, due to the reason...

bug