If you're stuck on an Ionic Enterprise SDK license or want to move off paid plugins, this walks you through swapping Auth Connect, Identity Vault, and Secure Storage for open alternatives like Capgo's social login, native biometric, and encrypted SQL. It auto-detects what you have installed, tackles one plugin at a time, and tries to preserve your redirect URIs, scopes, and session logic so you're not rewriting auth flows from scratch. The migration path is opinionated but practical: biometric unlocks move to a standalone plugin, encrypted storage goes to SQLite, and plain key-value moves to Capacitor Preferences. It's narrow in scope but handles the exact pain point of ripping out enterprise dependencies without breaking production.
npx skills add https://github.com/cap-go/capgo-skills --skill ionic-enterprise-sdk-migration