gitbutler/crates/gitbutler-core
Sebastian Thiel 7e7555567b
automatically delete empty passwords from the key store
The frontend uses this to invalidate the GitHub token, even though
it can also deal with `null`. Let's keep the keystore clean and
only keep entries that contain an actual password.

Note that the consumers, i.e. the frontend, handle an empty password
for the short time it's in memory.
2024-07-02 10:02:46 +02:00
..
src automatically delete empty passwords from the key store 2024-07-02 10:02:46 +02:00
tests automatically delete empty passwords from the key store 2024-07-02 10:02:46 +02:00
Cargo.toml auto-migrate secrets from user.json to their location in the keyring 2024-07-02 10:02:43 +02:00