This commit is contained in:
Greg Shuflin 2025-02-03 01:51:19 -08:00
parent d6ac6c38ac
commit c52295fe21

View File

@ -220,6 +220,7 @@ pub async fn login(
}
// Set session cookie
// TODO tehre should be a more complicated notion of a session
let user_id = Uuid::parse_str(&user.id).map_err(|_| Status::InternalServerError)?;
//TODO make this user-configurable