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

Include more headers with logins #79

Merged
merged 2 commits into from
Jan 30, 2024
Merged

Conversation

bradtgmurray
Copy link
Member

No description provided.

await conn.execute(
"""
CREATE TABLE http_header (
mxid TEXT,
Copy link
Member

Choose a reason for hiding this comment

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

probably it's worth having a foreign key for mxid to the users table, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

I copied what I saw in the cookies table, should I add one there as well?

Copy link
Member

Choose a reason for hiding this comment

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

This is probably fine. We can have the constraint later.

@bradtgmurray bradtgmurray changed the title WIP: Include more headers with logins Include more headers with logins Jan 30, 2024
@bradtgmurray bradtgmurray merged commit 6b65cf5 into master Jan 30, 2024
12 checks passed
@sumnerevans sumnerevans deleted the include-all-headers branch January 30, 2024 15:55
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.

2 participants