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

Dont create auth cookie in backend #4136

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Dont create auth cookie in backend #4136

merged 2 commits into from
Nov 8, 2023

Conversation

Nutomic
Copy link
Member

@Nutomic Nutomic commented Nov 7, 2023

Based on the discussion in LemmyNet/lemmy-ui#2208 there are really a lot of different ways to configure a cookie, and it makes more sense for each frontend to do that separately based on its own needs. Lemmy will still read the auth token from cookie.

@dessalines dessalines enabled auto-merge (squash) November 8, 2023 12:30
@dessalines dessalines merged commit aaaf174 into main Nov 8, 2023
1 of 2 checks passed
Nutomic added a commit that referenced this pull request Nov 13, 2023
Nutomic added a commit that referenced this pull request Nov 13, 2023
Get rid of different inboxes, only use /inbox

Remove shared_inbox_url db columns

add code migration

move to db migration, fixes

machete

fix sql

drop inbox url unique constraints

Dont create auth cookie in backend (#4136)

dont change individual inboxes to shared inbox

Dont send comment reply to user who has community blocked. Fixes #3684 (#4096)

* Dont send comment reply to user who has community blocked. Fixes #3684

* Adding source instance block check.

* Adding api test.

* Addressing PR comments.
Nutomic added a commit that referenced this pull request Nov 13, 2023
Get rid of different inboxes, only use /inbox

Remove shared_inbox_url db columns

add code migration

move to db migration, fixes

machete

fix sql

drop inbox url unique constraints

Dont create auth cookie in backend (#4136)

dont change individual inboxes to shared inbox

Dont send comment reply to user who has community blocked. Fixes #3684 (#4096)

* Dont send comment reply to user who has community blocked. Fixes #3684

* Adding source instance block check.

* Adding api test.

* Addressing PR comments.
phiresky pushed a commit that referenced this pull request Nov 16, 2023
…es (#4138)

* Merge /site_inbox into /inbox (fixes #4137)

Get rid of different inboxes, only use /inbox

Remove shared_inbox_url db columns

add code migration

move to db migration, fixes

machete

fix sql

drop inbox url unique constraints

Dont create auth cookie in backend (#4136)

dont change individual inboxes to shared inbox

Dont send comment reply to user who has community blocked. Fixes #3684 (#4096)

* Dont send comment reply to user who has community blocked. Fixes #3684

* Adding source instance block check.

* Adding api test.

* Addressing PR comments.

* move site inbox rewrite to db

* fix test

* clippy

* clippy 2

* fix test
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.

2 participants