levigo / url-crypto-kit

URL cryptography functionality to be used in conjunction with the Spring(tm) Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve decryptUrl() API by allowing a grace period

gehleda opened this issue · comments

To support even more use cases, the API created in #5 should be improved to pass a grace period instead of a boolean flag:
decryptUrl(String encrypted, Duration gracePeriod) in UrlCryptoKit interface and its implementation.