Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
6.0.5 (2025-01-09)
Bug Fixes
- android: throw errors when manually redirecting out of the Auth UI on Android 14+ (afef260)
- ios: resolve premature private browser dismissal during logout (ef96876)
6.0.4 (2024-12-10)
Bug Fixes
- prevent compile error on android when checking for encoded token (47596e8)
6.0.3 (2024-11-22)
Bug Fixes
- add errors when trying to parse encrypted tokens in unsupported methods (9d978b2)
- ios: add errors when trying to parse encrypted tokens in unsupported methods (47d3a1e)
- ng: resolve issues with the current UX tutorial (#299) (f057541)
[6.0.2] (2024-09-11)
Bug Fixes
- android: remove deep link intent filter if auth host is not set
- ios: prevent app crashing on logout when using URL scheme for redirect
[6.0.1] (2024-08-08)
Bug Fixes
- android: add mi browser to scam protection list
- iOS: private browser not closing on logout
[6.0.0] (2024-04-25)
Bug Fixes
- android: add proper deep linking configuration and upgrading steps
[6.0.0-beta.0] (2024-04-15)
Note: Version bump only for package @ionic-enterprise/auth
[5.1.3] (2024-01-09)
Bug Fixes
- Re-generate random strings if it contains
--
[5.1.2] (2023-12-21)
Bug Fixes
- android: add separate error for if redirect fails
- android: force custom tabs to use non-antivirus browser
[5.1.1] (2023-10-18)
Bug Fixes
- android: Handle uncaught offline connection errors
[5.1.0] (2023-10-11)
Features
- add ability to refresh scopes in
refreshSession
[5.0.10] (2023-10-04)
Bug Fixes
- web: encode state param as base64 to align with stricter auth providers (Cognito)
[5.0.9] (2023-09-21)
Bug Fixes
- iOS: Fixing crash when opening deep link after dismissing auth dialog
- properly pass state url param on login
[5.0.8] (2023-09-14)
Bug Fixes
- android: Adding missing gradle KotlinCompile import
[5.0.7] (2023-09-11)
Bug Fixes
- android: align jvm version with kotlin compile
- android: Fix handling of non-auth deep-links
[5.0.6] (2023-08-17)
Bug Fixes
- use js sha to avoid unsafe-wasm csp issues
[5.0.5] (2023-08-09)
Bug Fixes
- making providerOptions required for
handleLoginCallback
[5.0.4] (2023-07-19)
Bug Fixes
- Consistent LogLevel values and default across all platforms
title: Auth Connect Changelog sidebar_label: Changelog
[5.0.3] (2023-07-05)
Bug Fixes
- android: launch custom tabs in existing window
[5.0.2] (2023-06-22)
Bug Fixes
- Fixing logLevel defaults and logic
- Improve error detection and handling
- log error messages when log level is set to debug
- web: Set provider on
handleLoginCallback
[5.0.1] (2023-05-11)
Bug Fixes
- Updating Android build.grade and Manifest
[5.0.0] (2023-05-10)
Bug Fixes
- Make safariWebOptions properties optional
- web: remove base64-js dep
Features
- Capacitor 5 compatibility
Breaking Changes
- Please see the [migration guide] for full migration details.