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

docs: add & apply patch locating user_id & session cookie changes #603 #2

Draft
wants to merge 2 commits into
base: rmlibre_storage_shares_0000
Choose a base branch
from

Conversation

rmlibre
Copy link
Owner

@rmlibre rmlibre commented Oct 7, 2024

This PR exists just to provide linkable code snippets and a patch file showing where changes would need to be made to address issue scidsg#603 with an encrypted session field.

Git patch files can be downloaded and applied on any HEAD:
git apply volumes/user_id_session_cookie_change_locations.patch

This file was produced by saving the relevant diff:
git diff > volumes/user_id_session_cookie_change_locations.patch

Git patch files can be downloaded and applied on any HEAD:
``git apply volumes/user_id_session_cookie_change_locations.patch``

This file was produced by saving the relevant diff:
``git diff > volumes/user_id_session_cookie_change_locations.patch``
@@ -564,3 +578,8 @@ def personal_server_info() -> Response:
@app.route("/health.json")
def health() -> dict[str, str]:
return {"status": "ok"}

@app.route('/session_info')
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This route is only added here to aid during debugging.

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.

1 participant