- update: auth system to work with the website auth

This commit is contained in:
2025-03-16 01:35:44 -04:00
parent cbd71d1ab1
commit cf9efc9866
11 changed files with 93 additions and 219 deletions

View File

@@ -84,6 +84,7 @@ impl SessionService for SessionServiceImpl {
Ok(Response::new(response))
} else {
debug!("Session not found in redis: {}", req.session_id);
Err(Status::not_found("Session not found"))
}
}