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

seatbelt: add option to skip csrf checks #21

Merged
merged 1 commit into from
Dec 30, 2023
Merged

seatbelt: add option to skip csrf checks #21

merged 1 commit into from
Dec 30, 2023

Conversation

bentranter
Copy link
Contributor

Adds the option to skip CSRF checks by using the SkipCSRFPaths option.

app := New(Option{
	SkipCSRFPaths: []string{"/api"}, // Skips CSRF protection on any route prefixed with /api
})

@bentranter bentranter merged commit 50f6d21 into master Dec 30, 2023
6 checks passed
@bentranter bentranter deleted the csrf/skip branch December 30, 2023 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant