Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add express cookie secret as array for rotation (#38)
Add support expressCookieSecret as array of strings for secret rotation support Description at cookie-parser package doc https://www.npmjs.com/package/cookie-parser ``` secret a string or array used for signing cookies. This is optional and if not specified, will not parse signed cookies. If a string is provided, this is used as the secret. If an array is provided, an attempt will be made to unsign the cookie with each secret in order. ```
- Loading branch information