keltia / fetiche-rs

Rust crates for managing Surveillance data — ingress/egress formats for ECTL
MIT License
1 stars 1 forks source link

Using `cacache` or `cached` for token management instead of our own? #30

Open keltia opened 2 months ago

keltia commented 2 months ago

Both cache and cached can be used to cache the result of any function. Could this be used to manage the authentication tokens like for AsdToken in fetiche-sources?

To be explored.