---
description: Ionic has discontinued its commercial plugins. Discover Capawesome's drop-in alternatives for Auth Connect, Identity Vault, and Secure Storage.
title: Alternatives to Ionic Enterprise Plugins - Capawesome
image: https://capawesome.io/docs/assets/images/social/blog/alternatives-to-ionic-enterprise-plugins.png
---

[ Skip to content](#alternatives-to-the-discontinued-ionic-enterprise-plugins) 

[ 🎉 Introducing **Capawesome Platform** — one platform for Live Updates, Native Builds, App Store Publishing, and Insider SDKs.](https://capawesome.io) 

* [  Formbricks ](/docs/plugins/formbricks/)
* [  Geocoder ](/docs/plugins/geocoder/)
* [  Google Sign-In ](/docs/plugins/google-sign-in/)
* [  libSQL ](/docs/plugins/libsql/)
* [  Live Update ](/docs/plugins/live-update/)
* [  Managed Configurations ](/docs/plugins/managed-configurations/)
* [  Media Session ](/docs/plugins/media-session/)
* [  ML Kit ](/docs/plugins/mlkit/)
* [  NFC ](/docs/plugins/nfc/)
* [  OAuth ](/docs/plugins/oauth/)
* [  Pedometer ](/docs/plugins/pedometer/)
* [  Photo Editor ](/docs/plugins/photo-editor/)
* [  PostHog ](/docs/plugins/posthog/)
* [  Printer ](/docs/plugins/printer/)
* [  Purchases ](/docs/plugins/purchases/)
* [  RealtimeKit ](/docs/plugins/realtimekit/)
* [  Screen Orientation ](/docs/plugins/screen-orientation/)
* [  Screenshot ](/docs/plugins/screenshot/)
* [  Secure Preferences ](/docs/plugins/secure-preferences/)
* [  Speech Recognition ](/docs/plugins/speech-recognition/)
* [  Speech Synthesis ](/docs/plugins/speech-synthesis/)
* [  Share Target ](/docs/plugins/share-target/)
* [  Square Mobile Payments ](/docs/plugins/square-mobile-payments/)
* [  SQLite ](/docs/plugins/sqlite/)
* [  Superwall ](/docs/plugins/superwall/)
* [  Torch ](/docs/plugins/torch/)
* [  Wifi ](/docs/plugins/wifi/)
* [  Zip ](/docs/plugins/zip/)
* [  Cloud ](/docs/cloud/)
* [  Live Updates ](/docs/cloud/live-updates/)
* Advanced
* Integrations
* [  Native Builds ](/docs/cloud/native-builds/)
* [  Configuration ](/docs/cloud/native-builds/configuration/)
* [  Environments ](/docs/cloud/native-builds/environments/)
* Guides
* [  Sample Projects ](/docs/cloud/native-builds/sample-projects/)
* [  Troubleshooting ](/docs/cloud/native-builds/troubleshooting/)
* [  Automations ](/docs/cloud/automations/)
* [  Assist ](/docs/cloud/assist/)
* Account
* Organizations
* [  Organization and User Management ](/docs/cloud/organizations/memberships/)
* [  Single Sign-On (SSO) ](/docs/cloud/organizations/sso/)
* [  Teams ](/docs/cloud/organizations/teams/)
* [  Two-Factor Authentication ](/docs/cloud/organizations/two-factor-authentication/)
* [  Integrations ](/docs/cloud/integrations/)
* [  License Keys ](/docs/cloud/license-keys/)
* [  Webhooks ](/docs/cloud/webhooks/)
* [  Pricing ](https://capawesome.io/pricing/)
* [  FAQ ](/docs/cloud/faq/)
* [  Support ](/docs/cloud/support/)
* [  Contributing ](/docs/contributing/)
* [  LLMs ](/docs/llms/)
* [  Insiders ](/docs/insiders/)
* [  License ](https://capawesome.io/legal/eula/)
* [  Support ](/docs/insiders/support/)
* [  FAQ ](/docs/insiders/faq/)
* [  Blog ](/blog/)
* Categories

* Related links

# Alternatives to the Discontinued Ionic Enterprise Plugins[¶](#alternatives-to-the-discontinued-ionic-enterprise-plugins "Permanent link")

Ionic has [discontinued all of its commercial products](https://ionic.io/blog/important-announcement-the-future-of-ionics-commercial-products), including Auth Connect, Identity Vault, and Secure Storage. If your Capacitor app relies on any of these plugins, you need a migration path. Capawesome offers production-ready, actively maintained alternatives for all three — so you can keep building without interruption.

[ ![Build and deploy your Capacitor app with Capawesome Cloud](../../assets/external/cloud.capawesome.io/assets/banners/cloud-build-and-deploy-capacitor-apps.69628c3f.png) ](/) 

## Introduction[¶](#introduction "Permanent link")

In early 2026, Ionic [announced](https://ionic.io/blog/important-announcement-the-future-of-ionics-commercial-products) that it has discontinued new customer sales and maintenance for all commercial products and services. While the open source projects — Ionic Framework and Capacitor — remain unaffected, three widely used enterprise plugins are being phased out:

* **Auth Connect** — OAuth 2.0 and OpenID Connect authentication
* **Identity Vault** — Biometric authentication and encrypted session management
* **Secure Storage** — Encrypted key-value storage and SQLite databases

For teams that depend on these plugins, the clock is ticking. The good news: Capawesome has built drop-in alternatives that cover the same core functionality, are actively maintained, and work with the latest Capacitor versions. Let's look at each one.

AI-Assisted Migration

For a more guided experience, add the [Capawesome skills](https://github.com/capawesome-team/skills) to your project with `npx skills add capawesome-team/skills --skill ionic-enterprise-sdk-migration` and use the following prompt with your preferred AI coding assistant:

`` [](#%5F%5Fcodelineno-0-1)Use the `ionic-enterprise-sdk-migration` skill from `capawesome-team/skills` to help me migrate from Ionic Enterprise plugins to Capawesome alternatives.
 ``

## Auth Connect → OAuth Plugin[¶](#auth-connect-oauth-plugin "Permanent link")

Ionic Auth Connect handled OAuth 2.0 and OpenID Connect flows, token management, and multi-provider support. The Capawesome [OAuth](/docs/plugins/oauth/) plugin replaces this with a clean, universal API that works with any compliant provider — including Auth0, Azure AD, Amazon Cognito, Okta, OneLogin, and Google.

Key capabilities:

* OAuth 2.0 Authorization Code flow with PKCE
* Automatic OpenID Connect endpoint discovery
* Token refresh, expiration checks, and ID token decoding
* Full support for Android, iOS, and Web

The migration is straightforward since both plugins cover the same authentication scenarios. For a detailed walkthrough with side-by-side code examples, check out the dedicated guide:

[Alternative to the Ionic Auth Connect Plugin](/blog/alternative-to-ionic-auth-connect-plugin/)

## Identity Vault → Biometrics + Secure Preferences Plugins[¶](#identity-vault-biometrics-secure-preferences-plugins "Permanent link")

Ionic Identity Vault bundled biometric authentication, encrypted storage, and session management into a single plugin. With Capawesome, you get this same functionality by combining two plugins: the [Capacitor Biometrics](/docs/plugins/biometrics/) plugin for Face ID/fingerprint authentication and [Secure Preferences](/docs/plugins/secure-preferences/) for encrypted key-value storage. 

For a complete walkthrough on the Biometrcis plugin make sure to read [Exploring the Capacitor Biometrics API](/blog/exploring-the-capacitor-biometrics-api/).

Key capabilities:

* Biometric authentication with device credential fallback (Face ID, fingerprint, PIN)
* Encrypted storage using platform-native security (Android Keystore, iOS Keychain)
* Full control over session locking, timeouts, and unlock behavior

Separating authentication from storage gives you more flexibility to tailor each feature to your app's needs. For the full migration guide with code examples:

[Alternative to the Ionic Identity Vault Plugin](/blog/alternative-to-ionic-identity-vault-plugin/)

## Secure Storage → SQLite + Secure Preferences Plugins[¶](#secure-storage-sqlite-secure-preferences-plugins "Permanent link")

Ionic Secure Storage offered both encrypted key-value storage and encrypted SQLite database access. Capawesome covers both use cases with dedicated plugins: [Secure Preferences](/docs/plugins/secure-preferences/) for key-value data and [SQLite](/docs/plugins/sqlite/) for relational data.

Key capabilities:

* Encrypted key-value storage with a simple get/set API (Secure Preferences)
* Full SQLite database support with schema versioning (SQLite)
* Platform-native encryption on Android and iOS

Depending on your use case, you may need one or both plugins. The migration guide covers both paths in detail:

[Alternative to the Ionic Secure Storage Plugin](/blog/alternative-to-ionic-secure-storage-plugin/)

## Migration Steps[¶](#migration-steps "Permanent link")

Regardless of which Ionic plugin you're migrating from, the high-level process is the same:

1. **Identify your dependencies** — Determine which Ionic Enterprise plugins your app uses and which features you rely on.
2. **Install the Capawesome alternatives** — Follow the installation instructions in each plugin's documentation.
3. **Replace imports and API calls** — Swap out the Ionic plugin calls with the corresponding Capawesome methods. The individual migration guides linked above provide side-by-side code examples for every common operation.
4. **Test on all platforms** — Verify that authentication flows, data storage, and biometric prompts work correctly on Android, iOS, and Web.
5. **Remove the old dependencies** — Once everything is working, uninstall the Ionic Enterprise packages and clean up any leftover configuration.

## Need Help Migrating?[¶](#need-help-migrating "Permanent link")

If you'd rather not handle the migration yourself, the Capawesome team can take care of it for you. Whether you're replacing a single plugin or migrating away from the entire Ionic Enterprise stack, we offer dedicated migration services to get you up and running with minimal downtime and effort on your end.

[Book a Free Consultation](https://cal.com/team/capawesome/ionic-appflow-migration)

## Conclusion[¶](#conclusion "Permanent link")

The discontinuation of Ionic's commercial plugins doesn't have to derail your project. Capawesome provides actively maintained, production-ready alternatives for Auth Connect, Identity Vault, and Secure Storage — all built for Capacitor and designed to make migration as smooth as possible.

To stay updated with the latest updates, features, and news about Capawesome, Capacitor, and the Ionic ecosystem, subscribe to the [Capawesome newsletter](/newsletter/) and follow us on [X (formerly Twitter)](https://x.com/capawesomeio).

If you need assistance with migrating from any of the Ionic Enterprise plugins, the Capawesome team is available to help you transition smoothly. Just [contact us](mailto:support@capawesome.io) to get started.

May 7, 2026 

 Back to top 