Skip to main content
Version: 5.0

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

[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.