Skip to content

Releases: primait/auth0_ex

0.10.0

17 Jun 12:20
2c7ff98

Choose a tag to compare

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]

0.9.4

05 Jun 14:42
1927ec9

Choose a tag to compare

Fixed

  • DynamoDB cache raising if table already exists and ttl is enabled

Commits

  • Add missing pattern match when creating dynamo db table (#278) by Omar Greggio

0.9.3

04 Jun 11:27
afe9e99

Choose a tag to compare

Fixed

  • Crashes due to ensure_compiled failing.

Changed

  • TokenProviders child_spec callback is no longer optional.
    This is a minor change since the application previously always crashed if it wasn't defined.

Commits

  • Require child spec for TokenCache impls (#277) by MaeIsBad

0.9.2

26 May 14:45
387d3be

Choose a tag to compare

Fixed

  • first_jwks_fetch_sync now defaults to true, as the docs indicate

Commits

  • Fix first_jwks_fetch_sync default (#274) by MaeIsBad
  • Bump ex_doc from 0.38.0 to 0.38.1 by dependabot[bot]
  • Bump absinthe_plug from 1.5.8 to 1.5.9 (#271) by dependabot[bot]
  • Bump ex_doc from 0.37.3 to 0.38.0 (#272) by dependabot[bot]
  • Bump credo from 1.7.11 to 1.7.12 (#270) by dependabot[bot]
  • Bump stream_data from 1.1.3 to 1.2.0 (#269) by dependabot[bot]
  • chore: pin third party actions (#268) by Emiliano
  • Bump absinthe from 1.7.8 to 1.7.9 (#267) by dependabot[bot]
  • Bump ex_doc from 0.37.2 to 0.37.3 (#265) by dependabot[bot]
  • Bump plug from 1.16.1 to 1.17.0 (#266) by dependabot[bot]
  • Bump ex_doc from 0.37.1 to 0.37.2 (#264) by dependabot[bot]
  • Bump ex_doc from 0.37.0 to 0.37.1 (#263) by dependabot[bot]
  • Bump ex_doc from 0.36.1 to 0.37.0 (#261) by dependabot[bot]
  • Bump stream_data from 1.1.2 to 1.1.3 (#262) by dependabot[bot]
  • Bump joken_jwks from 1.6.0 to 1.7.0 (#257) by dependabot[bot]

0.9.1

31 Jan 10:39
d2b64e9

Choose a tag to compare

Added

  • Logs on dynamodb errors

Commits

  • Prep release (#260) by MaeIsBad
  • add error log calling dynamo db api (#259) by Omar Greggio
  • fix owner (#258) by Cristiano Piemontese
  • Bump ex_doc from 0.35.1 to 0.36.1 (#255) by dependabot[bot]
  • Bump credo from 1.7.10 to 1.7.11 (#256) by dependabot[bot]

0.9.0

05 Dec 10:21
b294331

Choose a tag to compare

Added

A new DynamoDB cache provider


Commits

0.8.0

29 Nov 13:38
a4046f9

Choose a tag to compare

Changed

  • Now requires elixir ~> 1.14
  • Normalized auth0_base_url config value
  • Bumped absinthe, credo, dialyxir, ex_doc, jason, joken, plug, redix, stream_data, telemetry, telepoison

Commits

  • prepare release 0.8.0 (#254) by Jaume Delclòs Coll
  • bump elixir to 1.14 to fix docs build (#253) by Jaume Delclòs Coll
  • prepare release 0.7.2 (#252) by Jaume Delclòs Coll
  • Bump ex_doc from 0.34.2 to 0.35.1 (#250) by dependabot[bot]
  • Bump dialyxir from 1.4.3 to 1.4.5 (#249) by dependabot[bot]
  • Bump credo from 1.7.9 to 1.7.10 (#248) by dependabot[bot]
  • Update CODEOWNERS (#247) by Cristiano Piemontese
  • Bump credo from 1.7.8 to 1.7.9 (#246) by dependabot[bot]
  • Bump telepoison from 1.3.2 to 2.0.0 (#244) by dependabot[bot]
  • Bump stream_data from 1.1.1 to 1.1.2 (#245) by dependabot[bot]
  • Bump credo from 1.7.7 to 1.7.8 (#242) by dependabot[bot]
  • Bump redix from 1.5.1 to 1.5.2 (#241) by dependabot[bot]
  • Bump telemetry from 1.2.1 to 1.3.0 (#240) by dependabot[bot]
  • Bump joken from 2.6.1 to 2.6.2 (#239) by dependabot[bot]
  • Bump absinthe from 1.7.7 to 1.7.8 (#237) by dependabot[bot]
  • Bump jason from 1.4.3 to 1.4.4 (#238) by dependabot[bot]
  • Bump absinthe from 1.7.6 to 1.7.7 (#236) by dependabot[bot]
  • Bump ex_doc from 0.34.1 to 0.34.2 (#235) by dependabot[bot]
  • Bump telepoison from 1.3.1 to 1.3.2 (#233) by dependabot[bot]
  • Bump jason from 1.4.1 to 1.4.3 (#234) by dependabot[bot]
  • Bump ex_doc from 0.34.0 to 0.34.1 (#231) by dependabot[bot]
  • Bump plug from 1.16.0 to 1.16.1 (#232) by dependabot[bot]
  • Bump credo from 1.7.6 to 1.7.7 (#229) by dependabot[bot]
  • Bump stream_data from 1.0.0 to 1.1.1 (#230) by dependabot[bot]
  • Bump ex_doc from 0.33.0 to 0.34.0 (#228) by dependabot[bot]
  • Bump ex_doc from 0.32.2 to 0.33.0 (#227) by dependabot[bot]
  • Update dependabot.yml (#226) by Cristiano Piemontese
  • --- (#225) by dependabot[bot]
  • Bump plug from 1.15.3 to 1.16.0 (#224) by dependabot[bot]
  • Bump ex_doc from 0.32.1 to 0.32.2 (#223) by dependabot[bot]
  • Bump credo from 1.7.5 to 1.7.6 (#222) by dependabot[bot]
  • Bump redix from 1.5.0 to 1.5.1 (#221) by dependabot[bot]
  • Bump redix from 1.4.2 to 1.5.0 (#220) by dependabot[bot]
  • Bump redix from 1.4.1 to 1.4.2 (#219) by dependabot[bot]
  • Bump joken from 2.6.0 to 2.6.1 (#217) by dependabot[bot]
  • Bump ex_doc from 0.32.0 to 0.32.1 (#218) by dependabot[bot]
  • Bump ex_doc from 0.31.2 to 0.32.0 (#216) by dependabot[bot]
  • [PLATFORM-1531]: Normalize auth0_base_url config value (#215) by Simone Cottini
  • Bump redix from 1.4.0 to 1.4.1 (#214) by dependabot[bot]
  • Update readme explaining key construction (#212) by Simone Cottini
  • Bump redix from 1.3.0 to 1.4.0 (#213) by dependabot[bot]
  • Bump ex_doc from 0.31.1 to 0.31.2 (#211) by dependabot[bot]
  • Bump credo from 1.7.4 to 1.7.5 (#210) by dependabot[bot]
  • Bump credo from 1.7.3 to 1.7.4 (#208) by dependabot[bot]

0.7.1

07 Feb 07:45
7a9ba22

Choose a tag to compare

Added

  • Server config validation: if :audience is not string, an error is raised

Changed

  • Fix redis cache config warnings (and related documentation)

Commits

  • bump for release (#207) by Cristiano Piemontese
  • [PLATFORM-1452]: When audience is atom, validation fails (#206) by Cristiano Piemontese
  • [CMSSE-730]: Fix docs and warning for redis cache config (#204) by Angus Findlay
  • Bump plug from 1.15.2 to 1.15.3 (#205) by dependabot[bot]
  • Bump ex_doc from 0.31.0 to 0.31.1 (#203) by dependabot[bot]
  • Bump credo from 1.7.2 to 1.7.3 (#202) by dependabot[bot]
  • Bump credo from 1.7.1 to 1.7.2 (#200) by dependabot[bot]
  • Bump dialyxir from 1.4.2 to 1.4.3 (#201) by dependabot[bot]

0.7.0

22 Dec 10:18
3ff6e8b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.4...0.7.0

0.7.0-pre.0

28 Nov 15:03
121a9a6

Choose a tag to compare

  • Prepare prelease (#196) by MaeIsBad
  • Document new caching behaviors (#195) by MaeIsBad
  • [PLATFORM-1195]: rfc8414 compliance (#185) by MaeIsBad
  • [PLATFORM-1356]: Add support for ets based cache (#189) by MaeIsBad