Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(🩹): error handling in CSRF token storage retrieval #3021

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

chore: fix lint

750c7f5
Select commit
Loading
Failed to load commit list.
Draft

Fix(🩹): error handling in CSRF token storage retrieval #3021

chore: fix lint
750c7f5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 30, 2024 in 1s

67.74% of diff hit (target 82.77%)

View this Pull Request on Codecov

67.74% of diff hit (target 82.77%)

Annotations

Check warning on line 32 in middleware/csrf/session_manager.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

middleware/csrf/session_manager.go#L32

Added line #L32 was not covered by tests

Check warning on line 48 in middleware/csrf/storage_manager.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

middleware/csrf/storage_manager.go#L46-L48

Added lines #L46 - L48 were not covered by tests

Check warning on line 66 in middleware/csrf/storage_manager.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

middleware/csrf/storage_manager.go#L64-L66

Added lines #L64 - L66 were not covered by tests

Check warning on line 81 in middleware/csrf/storage_manager.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

middleware/csrf/storage_manager.go#L79-L81

Added lines #L79 - L81 were not covered by tests