Skip to content

resolver: Isolate token cache to each client session

Dduvall requested to merge fix/isolate-token-cache into wmf/v0.10

Prefix token cache keys with the session group's IDs to avoid tokens from being leaked between client sessions.

Bug: T319694

Merge request reports