From 521c4e32e63ec20094df128c17d24e8e1dcb17c0 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Wed, 23 Jul 2025 19:27:32 +0200 Subject: feat(auth): redirect uri --- crates/auth/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/auth/Cargo.toml') diff --git a/crates/auth/Cargo.toml b/crates/auth/Cargo.toml index b6ad707..ccd18f3 100644 --- a/crates/auth/Cargo.toml +++ b/crates/auth/Cargo.toml @@ -15,6 +15,7 @@ base64.workspace = true clap = { workspace = true, features = ["derive"] } config = { workspace = true, features = ["convert-case", "toml"] } futures-util.workspace = true +jsonwebtoken = "9.3.1" nanoid.workspace = true oauth2 = "5.0.0" reqwest = { workspace = true, features = ["json", "rustls-tls"] } -- cgit v1.2.3