You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PoC implementation to use opaque tokens doesn't scale when you have multiple nginx servers in a HA solution. It would be good to have an option to use an external distributed cache like Redis or Memcached
The text was updated successfully, but these errors were encountered:
I heard about that, that's good to me. Is it part of the plan to support TTL on entries?
I'm thinking if the entries will be removed from the cache once expired. If so, the opaque token PoC should work well if tokens are removed from the cache.
NGINX Plus R16 supports opaque tokens with the key-value store. The PoC solution for opaque_session_tokens has been upgraded and is now suitable for production use. Tokens are removed from the key-value store on a configurable TTL.
The PoC implementation to use opaque tokens doesn't scale when you have multiple nginx servers in a HA solution. It would be good to have an option to use an external distributed cache like Redis or Memcached
The text was updated successfully, but these errors were encountered: