-
Notifications
You must be signed in to change notification settings - Fork 216
merge dev to main #983
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
Merged
Merged
merge dev to main #983
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r google oauth sign up
fix: Fixed super admin organisation, profile, region, data-privacy creation on sign up.
new ci workflow
…do/hng_boilerplate_python_fastapi_web into feat/restructure-products
bug fix : Fixed and restructured the products endpoint to work on the frontend
…python_fastapi_web into fix/post-contact-us
…n-oragui/hng_boilerplate_python_fastapi_web into fix/auth-request-token-v1
fix: Request reset token sign in.
fix: post contact us
fix: fixed help center to integrate with frontend
Signed-off-by: Destiny Saturday <destiny@destinedcodes.com>
Signed-off-by: Destiny Saturday <destiny@destinedcodes.com>
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>
…python_fastapi_web into feat/implement-status-page
Update regression-test.yml
fix: added email service to squeeze sign up
fix: status page script
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>
Update regression-test.yml
Update cd.prod.yaml
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Issue (Link to issue ticket)
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate - Postman, etc):
Types of changes
Checklist: