Skip to content

0.10.0

Latest

Choose a tag to compare

@cpiemontese cpiemontese released this 17 Jun 12:20
2c7ff98

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

Commits

  • bump for release (#283) by Cristiano Piemontese
  • [DEVEX-2497]: Prefix redis keys with microservice name (#280) by Cristiano Piemontese
  • Bump ex_doc from 0.38.1 to 0.38.2 (#275) by dependabot[bot]
  • Bump plug from 1.17.0 to 1.18.0 (#276) by dependabot[bot]
  • Bump absinthe from 1.7.9 to 1.7.10 (#282) by dependabot[bot]