duritong / trocla

A password store for password creation and retrieval
Other
75 stars 18 forks source link

TTL/expires for drivers that support them #28

Closed Poil closed 8 years ago

Poil commented 9 years ago

Hi,

A feature request, perhaps I'll do it in the next future, but perhaps you already think it.

It'll be nice to add an expires option when you use cassandra or other backend that support it (http://www.rubydoc.info/gems/moneta/Moneta/Expires)

We'll be able to auto-regenerated passwords all 30 days for some key.

Best regards,

Poil commented 9 years ago

Edit : it's possible for all driver https://github.com/minad/moneta#expiration via Moneta::Expires

duritong commented 9 years ago

I think this would be quite a nice idea, wouldn't mind merging such a patch.

duritong commented 8 years ago

Should be implemented with 3777b63