Skip to content

Conversation

@Homoakin619
Copy link
Contributor

Description

Related Issue (Link to issue ticket)

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate - Postman, etc):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

johnson-oragui and others added 30 commits August 14, 2024 18:36
fix: Fixed super admin organisation, profile, region, data-privacy creation on sign up.
bug fix : Fixed and restructured the products endpoint to work on the frontend
fix: fixed help center to integrate with frontend
Signed-off-by: Destiny Saturday  <destiny@destinedcodes.com>
Signed-off-by: Destiny Saturday  <destiny@destinedcodes.com>
Nifilat and others added 28 commits August 24, 2024 19:05
feat: handle plan transition logic for "Upgrade" and "Downgrade" on Payment
feat: implement product search on dashboard
Signed-off-by: Sarah Aligbe <37581442+Sarahligbe@users.noreply.github.com>
fix: added email service to squeeze sign up
feat: Added send email template endpoint
Signed-off-by: Sarah Aligbe <37581442+Sarahligbe@users.noreply.github.com>
Update regression-test workflow to only run on workflow dispatch
updated server directory

Signed-off-by: Alphacodez <35844366+Homoakin619@users.noreply.github.com>
Signed-off-by: Alphacodez <35844366+Homoakin619@users.noreply.github.com>
Comment on lines +81 to +88
response.set_cookie(
key="refresh_token",
value=refresh_token,
expires=timedelta(days=30),
httponly=True,
secure=True,
samesite="none",
)

Check warning

Code scanning / CodeQL

Failure to use secure cookies Medium

Cookie is added without the SameSite attribute properly set.
Comment on lines +110 to +117
response.set_cookie(
key="refresh_token",
value=refresh_token,
expires=timedelta(days=30),
httponly=True,
secure=True,
samesite="none",
)

Check warning

Code scanning / CodeQL

Failure to use secure cookies Medium

Cookie is added without the SameSite attribute properly set.
Comment on lines +91 to +98
response.set_cookie(
key="refresh_token",
value=refresh_token,
expires=timedelta(days=60),
httponly=True,
secure=True,
samesite="none",
)

Check warning

Code scanning / CodeQL

Failure to use secure cookies Medium

Cookie is added without the SameSite attribute properly set.
@Homoakin619 Homoakin619 merged commit 42d1155 into main Feb 6, 2025
4 checks passed
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.