Skip to content

Releases: primait/auth0_ex

0.6.0

24 Aug 07:52
3cc78b9
Compare
Choose a tag to compare

⚠️ do not use ⚠️

Added

  • :clients config, which can now be used to configure multiple clients
  • config :prima_auth0_ex, :clients, default_client: [...] can be used to configure a default client, so that token_for and other methods can be used without specifying a client
  • :redis configuration, which is now separate from the clients' ones

Changed

  • :clients and :server now have an :auth0_base_url parameter
  • token_for and refresh_token_for have an additional client parameter, which defaults to :default_client

Removed

  • config :prima_auth0_ex, :client no longer works, :clients, default_client: [...] can be used instead
  • config :prima_auth0_ex, auth0_base_url: ... is not used anymore, each base url is now client and server specific

Commits

  • bump minor version (#161) by Cristiano Piemontese
  • [PLATFORM-1219]: Allow multiple clients to be configured (#159) by Cristiano Piemontese
  • Bump ex_doc from 0.30.4 to 0.30.5 (#160) by dependabot[bot]
  • Bump ex_doc from 0.30.3 to 0.30.4 (#158) by dependabot[bot]
  • Bump absinthe from 1.7.4 to 1.7.5 (#157) by dependabot[bot]
  • Bump ex_doc from 0.30.2 to 0.30.3 (#156) by dependabot[bot]
  • Bump ex_doc from 0.30.1 to 0.30.2 (#155) by dependabot[bot]
  • Bump ex_doc from 0.29.4 to 0.30.1 (#151) by dependabot[bot]
  • Bump jason from 1.4.0 to 1.4.1 (#152) by dependabot[bot]
  • Bump stream_data from 0.5.0 to 0.6.0 (#153) by dependabot[bot]
  • Bump absinthe from 1.7.3 to 1.7.4 (#154) by dependabot[bot]
  • Bump absinthe from 1.7.1 to 1.7.3 (#150) by dependabot[bot]
  • Bump redix from 1.2.2 to 1.2.3 (#149) by dependabot[bot]
  • Bump telepoison from 1.2.2 to 1.3.0 (#148) by dependabot[bot]
  • Bump redix from 1.2.1 to 1.2.2 (#147) by dependabot[bot]
  • Bump dialyxir from 1.2.0 to 1.3.0 (#146) by dependabot[bot]
  • Bump ex_doc from 0.29.3 to 0.29.4 (#145) by dependabot[bot]
  • Bump telepoison from 1.2.1 to 1.2.2 (#144) by dependabot[bot]
  • Bump timex from 3.7.9 to 3.7.11 (#143) by dependabot[bot]
  • Bump plug from 1.14.1 to 1.14.2 (#142) by dependabot[bot]
  • Bump ex_doc from 0.29.2 to 0.29.3 (#139) by dependabot[bot]
  • Bump plug from 1.14.0 to 1.14.1 (#140) by dependabot[bot]
  • Bump telepoison from 1.1.2 to 1.2.1 (#138) by dependabot[bot]
  • Bump ex_doc from 0.29.1 to 0.29.2 (#136) by dependabot[bot]
  • README: add command to generate key on cli (#135) by Gianluca
  • Bump redix from 1.2.0 to 1.2.1 (#134) by dependabot[bot]
  • Bump min elixir version to 1.13 (#132) by Cristiano Piemontese
  • Bump absinthe from 1.7.0 to 1.7.1 (#133) by dependabot[bot]
  • Bump joken from 2.5.0 to 2.6.0 (#131) by dependabot[bot]
  • Bump telepoison from 1.1.1 to 1.1.2 (#130) by dependabot[bot]
  • Bump telemetry from 1.2.0 to 1.2.1 (#128) by dependabot[bot]
  • Bump telepoison from 1.1.0 to 1.1.1 (#127) by dependabot[bot]
  • Bump telemetry from 1.1.0 to 1.2.0 (#126) by dependabot[bot]
  • Bump telepoison from 1.0.1 to 1.1.0 (#125) by dependabot[bot]
  • Bump telepoison from 1.0.0 to 1.0.1 (#123) by dependabot[bot]
  • Fix an incorrect warning and improve/fix some docs (#122) by Francesco Saltori
  • Bump ex_doc from 0.29.0 to 0.29.1 (#121) by dependabot[bot]
  • Bump ex_doc from 0.28.5 to 0.29.0 (#119) by dependabot[bot]
  • Bump plug from 1.13.6 to 1.14.0 (#120) by dependabot[bot]
  • Bump redix from 1.1.5 to 1.2.0 (#117) by dependabot[bot]

0.5.0

28 Sep 13:06
6035e5c
Compare
Choose a tag to compare

Fixed

  • [Breaking] Do not disable certificate verification connecting to Redis when the redis_ssl_allow_wildcard_certificates option is enabled.

Commits

  • bump (#116) by Cristiano Piemontese
  • Do not disable certificate verification connecting to Redis (#115) by Mauro Rocchi

0.4.6

27 Sep 09:12
84c3c0c
Compare
Choose a tag to compare

Fixed

  • redis_ssl_allow_wildcard_certificates only works if redis_ssl_enabled is true

Commits

  • update deps and bump version (#114) by Cristiano Piemontese
  • [PLATFORM-674]: [Auth0Ex] Inconsistent Redix config with ssl options (#113) by Cristiano Piemontese
  • Bump timex from 3.7.8 to 3.7.9 (#109) by dependabot[bot]

0.4.5

05 Aug 14:00
25c6ab3
Compare
Choose a tag to compare

Fixed

  • PrimaAuth0Ex.TokenProvider.TokenEncryptor.decrypt will now return a proper error on decrypt error

Commits

0.4.4

28 Jul 13:59
1aedddc
Compare
Choose a tag to compare

Fixed

  • Rename the metric defined by the default telemetry handler from retrieve_token:* (invalid) to auth0.token

Commits

0.4.3

17 Jun 09:25
0ccb659
Compare
Choose a tag to compare
  • 0.4.3 (#95)
  • [PLATFORM-509]: [Auth0Ex] More generic Absinthe plug (#94)
  • Bump hammox from 0.5.0 to 0.6.0 (#93)

0.4.2

01 Jun 13:21
15ef5d6
Compare
Choose a tag to compare

0.4.1

01 Jun 09:40
c894cdf
Compare
Choose a tag to compare

0.4.0

31 May 12:24
91477f1
Compare
Choose a tag to compare
  • update CHANGELOG & version (#88)
  • [PLATFORM-474]: [Auth0Ex] Make observability of cache set errors better (#87)
  • [PLATFORM-462]: [Auth0Ex] Bump deps & minor refactor (#86)
  • [PLATFORM-454]: [Auth0Ex] Add default middleware for Absinthe (#84)
  • fix small typo in CHANGELOG.md (#77)
  • [PLATFORM-435]: [Docs] Update CHANGELOG of projects with links to diff (#83)
  • Bump credo from 1.6.3 to 1.6.4 (#69)
  • Add comma in readme config (#76)

0.3.1

15 Mar 10:44
9685d38
Compare
Choose a tag to compare
  • Version 0.3.1 (#75)
  • Merge pull request #74 from primait/MOTOR-1278/task/hal-add-server-support-for-auth
  • Merge pull request #71 from primait/PLATFORM_362_force_users_to_set_required_permissions
  • configure level to log requests without authorization header
  • When plug configuration miss the required permissions a runtime error will be thrown
  • Add catalog-info.yaml for Backstage and Readme badges (#70)
  • Merge pull request #66 from primait/dependabot/hex/plug-1.13.3
  • Bump plug from 1.13.0 to 1.13.3
  • Merge pull request #65 from primait/dependabot/hex/credo-1.6.3
  • Bump credo from 1.6.2 to 1.6.3
  • Merge pull request #62 from primait/dependabot/hex/plug-1.13.0
  • Bump plug from 1.12.1 to 1.13.0
  • Merge pull request #60 from primait/dependabot/hex/ex_doc-0.28.0