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.
11 lines
202 B
TOML
11 lines
202 B
TOML
[package]
|
|
name = "tsdproxy-keygen"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
oauth2 = "4.4.2"
|
|
reqwest = { version = "0.12.9", features = ["blocking"] }
|
|
serde = "1.0.216"
|
|
serde_json = "1.0.133"
|