Skip to content

Commit

Permalink
Send authentication data via POST body and cookie headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb9 committed May 3, 2024
1 parent 79cb8cf commit 8f80129
Show file tree
Hide file tree
Showing 12 changed files with 224 additions and 183 deletions.
121 changes: 95 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "syno-photos-util"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Helper for a number of tasks unavailable in Synology Photos web interface"
license = "GPL-3.0-or-later"
Expand All @@ -24,11 +24,11 @@ derive_more = { version = "0.99", default-features = false, features = ["display
dirs = "5.*"
futures = "0.3"
log = "0.4"
reqwest = { version = "0.12", features = ["json", "native-tls-vendored"] }
reqwest = { version = "0.12", features = ["cookies", "json", "native-tls-vendored"] }
serde = { version = "1.*", features = ["derive"] }
serde_json = "1.*"
serde_with = "3.*"
simple_logger = "4.3"
simple_logger = "5.0"
syno_api = { version = "0.3" }
tokio = { version = "1", features = ["full"] }
yapp = { version = "0.4" }
Expand Down
Loading

0 comments on commit 8f80129

Please sign in to comment.