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

Update dependency com.okta.kotlin:auth-foundation to v2 #2066

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.okta.kotlin:auth-foundation 1.2.1 -> 2.0.2 age adoption passing confidence

Release Notes

okta/okta-mobile-kotlin (com.okta.kotlin:auth-foundation)

v2.0.2

Compare Source

Commits

Fixed
  • Fix AEADBadTagException issues caused by corrupt encrypted files #​313
  • Fix default token migration from 1.x to 2.x #​314
  • Allow using accessToken if idToken is missing #​315

v2.0.1

Compare Source

Commits

This version exposes ApplicationContextHolder for use by okta-idx-android

v2.0.0

Compare Source

Commits

This is a major version release with a number of breaking API changes and new features. Please check README.md changes under the above Commits link.

Migration
Major changes
  • The SDK now includes first class support for Biometric encryption. See Biometric Credentials
  • TokenStorage interface is redefined and reimplemented. If using a custom TokenStorage, please migrate it using Token Migration guide
  • OAuth APIs are instantiated differently from before. Users no longer need to manage references to OidcClient for instantiating OAuth flows.
  • Internally, EncryptedSharedPreferences have been removed from the SDK, and replaced with Room DB. Encryption is done using AndroidKeyStore primitives, and SQLCipher. Migration to the new storage is handled automatically for most cases.
Minor changes
  • Jetpack startup has been removed from the SDK. This should resolve any startup initializer issues.
  • DT cookie has been removed from this SDK. That will be moved to okta-idx-android instead.
  • EventCoordinator events now subclass Event class. This should make it easier to find Events.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 4, 2024
@renovate renovate bot force-pushed the renovate/major-okta branch 2 times, most recently from d79e21d to 53c3440 Compare June 12, 2024 19:31
@renovate renovate bot force-pushed the renovate/major-okta branch from 53c3440 to 25c3ec9 Compare July 24, 2024 22:35
@renovate renovate bot force-pushed the renovate/major-okta branch 2 times, most recently from 8227a32 to 8670ab0 Compare September 10, 2024 20:00
@renovate renovate bot force-pushed the renovate/major-okta branch from 8670ab0 to 4a4963d Compare September 17, 2024 18:10
@renovate renovate bot force-pushed the renovate/major-okta branch from 4a4963d to 60207ec Compare October 16, 2024 20:30
@renovate renovate bot force-pushed the renovate/major-okta branch from 60207ec to 3d1a310 Compare October 30, 2024 20:42
@renovate renovate bot force-pushed the renovate/major-okta branch from 3d1a310 to 54a7e1a Compare December 2, 2024 10:03
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