mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Update personal data usage info
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user