mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-31 12:54:35 +01:00
Revert "feat(homeserver): log cookies on auth"
This reverts commit eacf942d08.
This commit is contained in:
@@ -9,7 +9,6 @@ use bytes::Bytes;
|
||||
use tower_cookies::{cookie::SameSite, Cookie, Cookies};
|
||||
|
||||
use pubky_common::{crypto::random_bytes, session::Session, timestamp::Timestamp};
|
||||
use tracing::debug;
|
||||
|
||||
use crate::{
|
||||
database::tables::{
|
||||
@@ -132,8 +131,6 @@ pub async fn signin(
|
||||
}
|
||||
cookie.set_http_only(true);
|
||||
|
||||
debug!(?cookie, "Created, saved and sending a new Session cookie");
|
||||
|
||||
cookies.add(cookie);
|
||||
|
||||
wtxn.commit()?;
|
||||
|
||||
Reference in New Issue
Block a user