Releases: primait/auth0_ex
Releases · primait/auth0_ex
0.6.0
Added
:clients
config, which can now be used to configure multiple clientsconfig :prima_auth0_ex, :clients, default_client: [...]
can be used to configure a default client, so thattoken_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
parametertoken_for
andrefresh_token_for
have an additionalclient
parameter, which defaults to:default_client
Removed
config :prima_auth0_ex, :client
no longer works,:clients, default_client: [...]
can be used insteadconfig :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
0.4.6
Fixed
redis_ssl_allow_wildcard_certificates
only works ifredis_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
Fixed
PrimaAuth0Ex.TokenProvider.TokenEncryptor.decrypt
will now return a proper error on decrypt error
Commits
- [PLATFORM-588]: [DevEx] Update deps all around (#108)
- Bump credo from 1.6.4 to 1.6.6 (#104)
- Release (#107)
- [PLATFORM-578]: [Auth0Ex] Wrong error handling on cache decrypt failure (#106)
- [PLATFORM-568]: [Auth0Ex] Missing check of successful token save (#105)
0.4.4
Fixed
- Rename the metric defined by the default telemetry handler from
retrieve_token:*
(invalid) toauth0.token
Commits
- bump mix version too (#103)
- [MOTOR-1644]: Metriche auth0 non funzionanti (#102)
- Update README (#101)
0.4.3
- 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
- [PLATFORM-481]: [Auth0Ex] The library doesn't compile (#92)
0.4.1
- 0.4.1 (#91)
- [PLATFORM-480]: [Auth0Ex] Understand how to enforce https on Redix (#90)
- fix docs (#89)
0.4.0
- 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
- 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