You've already forked AstralRinth
forked from didirus/AstralRinth
Further auth requests consistency fixes (#1149)
* Further auth requests consistency fixes - Generated device UUIDs are lowercase, whereas they're uppercase in MCL - TitleId in SISU authenticate is supposed to be a string (it is in MCL) - UseModernGamertag in SISU authorize, on the other hand, is a boolean - Clarified charset of our requests like MCL does - Specified rng gen call to generate u8 to fix compile error (???) * Enable deflate, gzip and brotli compression support
This commit is contained in:
@@ -46,7 +46,7 @@ indicatif = { version = "0.17.3", optional = true }
|
||||
|
||||
async-tungstenite = { version = "0.25.1", features = ["tokio-runtime", "tokio-native-tls"] }
|
||||
futures = "0.3"
|
||||
reqwest = { version = "0.12.3", features = ["json", "stream"] }
|
||||
reqwest = { version = "0.12.3", features = ["json", "stream", "deflate", "gzip", "brotli"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-stream = { version = "0.1", features = ["fs"] }
|
||||
async-recursion = "1.0.4"
|
||||
|
||||
Reference in New Issue
Block a user