Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump prima_auth0_ex from 0.6.4 to 0.7.0 #125

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps prima_auth0_ex from 0.6.4 to 0.7.0.

Release notes

Sourced from prima_auth0_ex's releases.

0.7.0

What's Changed

New Contributors

Full Changelog: primait/auth0_ex@0.6.4...0.7.0

0.7.0-pre.0

  • 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
Changelog

Sourced from prima_auth0_ex's changelog.

[0.7.0] - 2023-12-22


[0.7.0-pre.0] - 2023-11-27

Changed

  • Deprecate the :prima_auth0_ex, :redis, :enabled option in favor of :prima_auth0_ex, :token_cache

To migrate set :prima_auth0_ex, :token_cache to EncryptedRedisTokenCache, NoopCache or MemoryCache(default)

  • Tokens are now cached by default using the MemoryCache backend

You can disable it by setting :prima_auth0_ex, :token_cache to NoopCache.

  • Use the rfc8414 metadata endpoint to fetch information about the auth server.

This allows auth0_ex to be used with other compliant openid servers, like okta.

Note that if you're using localauth0, you will need to update to version 0.6.2 or later(public.ecr.aws/c6i9l4r6/localauth0:0.6.2).

Changed

  • Use the rfc8414 metadata endpoint to fetch information about the auth server

This allows auth0_ex to be used with other compliant openid servers, like okta.

Note that if you're using localauth0, you will need to update to version 0.6.2 or later(public.ecr.aws/c6i9l4r6/localauth0:0.6.2).


Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner December 25, 2023 09:55
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 25, 2023
@dependabot dependabot bot force-pushed the dependabot/hex/prima_auth0_ex-0.7.0 branch from e5f6105 to cfe1956 Compare January 2, 2024 10:58
Bumps [prima_auth0_ex](https://github.com/primait/auth0_ex) from 0.6.4 to 0.7.0.
- [Release notes](https://github.com/primait/auth0_ex/releases)
- [Changelog](https://github.com/primait/auth0_ex/blob/master/CHANGELOG.md)
- [Commits](primait/auth0_ex@0.6.4...0.7.0)

---
updated-dependencies:
- dependency-name: prima_auth0_ex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/hex/prima_auth0_ex-0.7.0 branch from cfe1956 to 9aa785b Compare January 15, 2024 10:18
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

Superseded by #130.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/hex/prima_auth0_ex-0.7.0 branch February 12, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants