Move Generate Token to Backend

This commit is contained in:
BloxerHD 2026-06-23 19:36:04 +01:00
commit 91882fe4ae
Signed by: bloxerhd018
SSH key fingerprint: SHA256:ItSfcfhpXlfkMK3uQSDYW5X3XKm0hbHWQqWcCK57px8
7 changed files with 113 additions and 7 deletions

View file

@ -6,5 +6,7 @@ edition = "2024"
[dependencies]
axum = "0.8.9"
dotenvy = "0.15.7"
reqwest = { version = "0.13.4", features = ["json", "form"] }
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.52.3", features = ["full"] }
tower-http = { version = "0.7.0", features = ["fs"] }