louketo / louketo-proxy

A OpenID / Proxy service
Apache License 2.0
950 stars 345 forks source link

Add support to expire objects when using BoltDB store #558

Open abstractj opened 4 years ago

abstractj commented 4 years ago

What:

On Gatekeeper we support 2 kinds of store: Redis and Gatekeeper. Unfortunatelly BoldDB does not provide a built-in support to expire objects, which would be helpful when handling refresh tokens.

Why

How

Reference: