michelp / pgsodium

Modern cryptography for PostgreSQL using libsodium.
Other
546 stars 32 forks source link

Fix valid_key view to filter out expired keys #48

Closed ioguix closed 1 year ago

ioguix commented 1 year ago

A key is valid at far as its expires date is greater than current date and time.

Fixes #41