refactor: Made the oauth module more generic so it can support loopback OAuth (not just manual)

This commit is contained in:
2026-03-12 13:28:09 -06:00
parent 73cbe16ec1
commit 063e198f96
4 changed files with 204 additions and 48 deletions
+1
View File
@@ -98,6 +98,7 @@ gman = "0.3.0"
clap_complete_nushell = "4.5.9"
open = "5"
rand = "0.9.0"
url = "2.5.8"
[dependencies.reqwest]
version = "0.12.0"