lychee/lychee-lib
Lucius Hu 6d56c6b55c
Replace plain String with SecretString for GitHub token (#509)
This commit changed the type of `lychee-lib::ClientBuilder::github_token` from
`String` to `secrecy::SecretString` to fortify the secret management within our
program.

Note that this won't affect TOML configuration of `lychee-bin` because
`serde::Deserialize` is still implemented for `SecretString`.
2022-02-13 13:53:46 +01:00
..
src Replace plain String with SecretString for GitHub token (#509) 2022-02-13 13:53:46 +01:00
Cargo.toml Replace plain String with SecretString for GitHub token (#509) 2022-02-13 13:53:46 +01:00
LICENSE-APACHE Major refactor of codebase (#208) 2021-04-15 01:24:11 +02:00
LICENSE-MIT Update license files (#497) 2022-02-08 10:59:54 +01:00