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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Cached token keys will now be prefixed with the cache_namespace i.e. will be
of the form {cache_namespace}:prima_auth0_ex_tokens:{audience}. This will
allow you to better handle permissions on your tokens. For instance, if you
set cache_namespace to service_name:client_name and your service has
permissions on tokens of the form service_name:*, then you will be able to
properly cache tokens per client name (& audience) while keeping the
permission set easy to manage