Skip to content

feat: allow to override cookie's httpOnly flag (#42) #98

feat: allow to override cookie's httpOnly flag (#42)

feat: allow to override cookie's httpOnly flag (#42) #98

Triggered via push November 30, 2023 09:21
Status Success
Total duration 35s
Artifacts
Run linters
17s
Run linters
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
src/tests/doublecsrf.test.ts#L133
'mockRequest' is assigned a value but never used (@typescript-eslint/no-unused-vars)
src/tests/doublecsrf.test.ts#L139
'generateTokenWithSecret1' is assigned a value but never used (@typescript-eslint/no-unused-vars)
src/tests/doublecsrf.test.ts#L144
'generateTokenWithSecret2' is assigned a value but never used (@typescript-eslint/no-unused-vars)
src/tests/doublecsrf.test.ts#L148
'validateRequestWithSecret1And2' is assigned a value but never used (@typescript-eslint/no-unused-vars)
src/tests/doublecsrf.test.ts#L153
'validateRequestWithSecret2And1' is assigned a value but never used (@typescript-eslint/no-unused-vars)
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/