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

GitHub Actions / ESLint succeeded Nov 30, 2023 in 0s

5 warnings

ESLint found 5 warnings

Annotations

Check warning on line 133 in src/tests/doublecsrf.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/tests/doublecsrf.test.ts#L133

'mockRequest' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 139 in src/tests/doublecsrf.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/tests/doublecsrf.test.ts#L139

'generateTokenWithSecret1' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 144 in src/tests/doublecsrf.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/tests/doublecsrf.test.ts#L144

'generateTokenWithSecret2' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 148 in src/tests/doublecsrf.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/tests/doublecsrf.test.ts#L148

'validateRequestWithSecret1And2' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 153 in src/tests/doublecsrf.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/tests/doublecsrf.test.ts#L153

'validateRequestWithSecret2And1' is assigned a value but never used (@typescript-eslint/no-unused-vars)