diff options
author | rtkay123 <dev@kanjala.com> | 2025-07-23 19:27:32 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-07-23 19:27:32 +0200 |
commit | 521c4e32e63ec20094df128c17d24e8e1dcb17c0 (patch) | |
tree | 2e4a945a9b279b097c385f689585d2d5fb10f3b6 /crates/auth/Cargo.toml | |
parent | 579883b66bceefe7b50157401bccbf66a6c5d58e (diff) | |
download | sellershut-521c4e32e63ec20094df128c17d24e8e1dcb17c0.tar.bz2 sellershut-521c4e32e63ec20094df128c17d24e8e1dcb17c0.zip |
feat(auth): redirect uri
Diffstat (limited to 'crates/auth/Cargo.toml')
-rw-r--r-- | crates/auth/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] } |