diff --git a/Cargo.lock b/Cargo.lock index 2233f2c..77f4048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,7 +163,6 @@ dependencies = [ "libfj", "log", "rocket", - "rocket-client-addr", "steamworks", "uuid", ] @@ -1686,15 +1685,6 @@ dependencies = [ "yansi", ] -[[package]] -name = "rocket-client-addr" -version = "0.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30ca3b4757605fd3fbdffd2265091d5dad0086403bc9f31d5719c8352b6fa432" -dependencies = [ - "rocket", -] - [[package]] name = "rocket_codegen" version = "0.5.1" diff --git a/README.md b/README.md index a4a4994..60bc60a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,4 @@ To use get CardLife to use these servers, replace the ServerConfig.json file in ## Privacy -### Authentication - -Due to current technical limitations, CardLife authentication uses your IP address to give you a consistent login user. +No data is collected or logged, except in dev mode. Some personal identifiers are sent but only exist ephemerally. diff --git a/auth/Cargo.toml b/auth/Cargo.toml index a34cfd0..be24ea7 100644 --- a/auth/Cargo.toml +++ b/auth/Cargo.toml @@ -13,6 +13,5 @@ libfj.workspace = true log.workspace = true env_logger.workspace = true uuid = { version = "1.12", features = [ "v4", "fast-rng" ] } -rocket-client-addr = "0.5" steamworks = { version = "0.11", optional = true } hex = "0.4"