Skip to content

Commit c1bb98a

Browse files
committed
fix: embed credentials directly in remote URL for authentication
1 parent 81bdc04 commit c1bb98a

File tree

8 files changed

+97
-84
lines changed

8 files changed

+97
-84
lines changed

Cargo.lock

Lines changed: 56 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolver = "2"
77
[package]
88
name = "backend"
99
description = "Backend API and services for StackClass"
10-
version = "0.32.4"
10+
version = "0.32.5"
1111
edition = "2024"
1212

1313
default-run = "stackclass-server"
@@ -49,6 +49,7 @@ octocrab = "0.44.1"
4949
serde = { version = "1.0.219", features = ["derive"] }
5050
serde_json = "1.0.141"
5151
serde_yml = "0.0.12"
52+
sha2 = "0.10.9"
5253
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres", "macros", "migrate", "chrono", "uuid"] }
5354
tar = "0.4.44"
5455
tempfile = "3.20.0"
@@ -58,8 +59,8 @@ tokio-stream = "0.1.17"
5859
tower-http = { version = "0.6.6", features = ["cors"] }
5960
tracing = "0.1.41"
6061
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
62+
url = "2.5.4"
6163
utoipa = { version = "5.4.0", features = ["axum_extras", "uuid", "chrono", "macros"] }
6264
utoipa-swagger-ui = { version = "9.0.2", features = ["axum", "reqwest"] }
6365
uuid = { version = "1.18.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }
6466
walkdir = "2.5.0"
65-
sha2 = "0.10.9"

0 commit comments

Comments
 (0)