Fully functioning auth and refresh, and oauth links display

This commit is contained in:
JP Stringham
2026-03-06 15:30:27 -05:00
parent 22bf9bbc2b
commit e8c844a282
4 changed files with 101 additions and 4 deletions

View File

@@ -11,3 +11,4 @@ reqwest = { version = "0.13.2", features = ["blocking", "form"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
shlex = "1.3.0"
webbrowser = "1.1.0"