Secure storage (with iCloud support) for Ionic 6 / Capacitor 4!

I’m happy to announce the Capacitor 4 release of @aparajita/capacitor-secure-storage.

Features:

  • Secure key/value storage on iOS, Android, and the web. :closed_lock_with_key:
  • iCloud Keychain support both globally and per item on iOS. :fire:
  • Extensive documentation. :eyes:

The perfect companion to @aparajita/capacitor-biometric-auth! Check it out:

2 Likes

Awesome, thanks for sharing this, @aparajita

Can we store data other than passwords? Is there a size limit?
Isn’t this similar to the CloudKit private database storage?

Can we store data other than passwords?

It’s generic key/value storage. Please take a look at the documentation as to what types of data can be stored.

Is there a size limit?

Probably. Most likely around 2GB per item.

Isn’t this similar to the CloudKit private database storage?

Please read the documentation to understand how the data is stored on iOS.

1 Like