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

🔧[#45] add session and CSRF samesite option #47

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

Coperh
Copy link
Contributor

@Coperh Coperh commented Jul 16, 2024

Fixes #45 implementation part

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.00%. Comparing base (d9a4a86) to head (990af9a).
Report is 22 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #47   +/-   ##
=======================================
  Coverage   76.00%   76.00%           
=======================================
  Files           4        4           
  Lines          50       50           
=======================================
  Hits           38       38           
  Misses         12       12           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Coperh Coperh requested review from annashamray and stevenbal and removed request for annashamray July 16, 2024 09:57
@Coperh Coperh force-pushed the feature/45-same-site-options branch from 990af9a to b912f6c Compare August 13, 2024 09:05
open_api_framework/conf/base.py Outdated Show resolved Hide resolved
@Coperh Coperh force-pushed the feature/45-same-site-options branch from b912f6c to a49870b Compare August 13, 2024 14:34
@Coperh Coperh merged commit a965065 into main Aug 13, 2024
8 checks passed
@stevenbal stevenbal deleted the feature/45-same-site-options branch August 15, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure session-cookies and CSRF-cookies use HttpOnly, Secure and SameSite options
5 participants