1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Use steam ID for reliable, persistent CL user auth

This commit is contained in:
NGnius (Graham)
2025-01-26 00:23:07 -05:00
parent 88ef5e7e1c
commit e73002ea72
5 changed files with 139 additions and 50 deletions

View File

@@ -3,6 +3,10 @@ name = "auth"
version = "0.1.0"
edition = "2021"
[features]
steam = ["steamworks"]
default = []
[dependencies]
rocket.workspace = true
libfj.workspace = true
@@ -10,3 +14,5 @@ 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"