Skip to content

Commit

Permalink
Revert "feat(homeserver): log cookies on auth"
Browse files Browse the repository at this point in the history
This reverts commit eacf942.
  • Loading branch information
Nuhvi committed Oct 11, 2024
1 parent 379e921 commit 29640eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pubky-homeserver/src/routes/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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::{
Expand Down Expand Up @@ -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()?;
Expand Down

0 comments on commit 29640eb

Please sign in to comment.