Right now we store them in-memory Maybe we should optionally use [keyring](https://crates.io/crates/keyring) or similar instead (and load on every usage, not keeping in memory, which would also allow rotation)? This issue is currently a R&D/question, not to implement
Right now we store them in-memory
Maybe we should optionally use keyring or similar instead (and load on every usage, not keeping in memory, which would also allow rotation)?
This issue is currently a R&D/question, not to implement