Changelog
6.0.0
majorApril 25, 2024
What's Changed
- Breaking Change: Android Add proper deep linking configuration and steps for Auth Connect 6.x
Additional Notes
Please see the migration guide for full migration details.
5.1.4
patchApril 25, 2024
What's Changed
- Fix: Android Add proper deep linking configuration and steps for Auth Connect 5.x
5.1.3
patchJanuary 9, 2024
What's Changed
- Fix: Regenerate random strings if they contain
--
(double dash) within them as this can be invlaid in some auth providers
5.1.2
patchDecember 21, 2023
What's Changed
- Fix: Android Add a unique error for handling a failed redirect
- Fix: Android Force Chrome custom tabs to use a non-antivirus browser as these can break deep linking in applications.
5.1.1
patchOctober 18, 2023
What's Changed
- Fix: Android Handle previously uncaught offline connection errors
5.1.0
minorOctober 11, 2023
What's Changed
- Feature: Adds the ability to refresh scopes when calling
refreshSession
5.0.10
patchOctober 4, 2023
What's Changed
- Fix: Web Encode the state url paramter as base64 to align with stricter auth providers such as Cognito
5.0.9
patchSeptember 21, 2023
What's Changed
- Fix: iOS Fixes crash when opening deep links after dismissing the authentication dialog
- Fix: Properly pass the state url paramater on login
5.0.7
patchSetpember 11, 2023
What's Changed
- Fix: Android Align JVM version with Kotlin compiler version
- Fix: Android Fix handling of non-authentication related deep links
5.0.6
patchAugust 17, 2023
What's Changed
- Fix: Android Ensure Chrome custom tabs are opened in a new window
5.0.5
patchAugust 9, 2023
What's Changed
- Fix: Force
providerOptions
to be required forhandleLoginCallback
5.0.3
patchJuly 5, 2023
What's Changed
- Fix: Android Ensure Chrome custom tabs are opened in a new window
5.0.2
patchJune 22, 2023
What's Changed
- Fix: Fixes
logLevel
defaults and logic - : Improves error detection and handling
- Fix: Web Sets provider on
handleLoginCallback
5.0.0
majorMay 10, 2023
What's Changed
- Feature: Capacitor 5 compatibility
Additional Notes
Please see the migration guide for full migration details.