feat(core): flesh out LoginCore with Zeroizing<password> and Url

Also enables zeroize's `serde` feature so Zeroizing<String> can
round-trip through serde_json.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-04-19 12:59:46 -04:00
parent bc60f0a6b4
commit 24ed740718
3 changed files with 63 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -2222,6 +2222,7 @@ version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
dependencies = [
"serde",
"zeroize_derive",
]