Generate Auth Keys

Added the ability to generate new auth keys. Can see in the tailscale
logs that new keys are being generated with a 90 day expiration time.
This should be enough to close out issue #7.
This commit is contained in:
2024-12-19 20:30:34 -05:00
parent f81ef75e00
commit bf64901f50
4 changed files with 630 additions and 29 deletions

View File

@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
http = "1.2.0"
oauth2 = "4.4.2"
reqwest = { version = "0.12.9", features = ["blocking"] }
serde = "1.0.216"
serde_json = "1.0.133"