Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,20 @@ This repository includes:
- A [Get Started](https://ionic-capacitor-guide.frontegg.com/#/getting-started) guide for quick integration
- A [Setup Guide](https://ionic-capacitor-guide.frontegg.com/#/setup) with detailed setup instructions
- [Usage Examples](https://ionic-capacitor-guide.frontegg.com/#/usage) with common implementation patterns
- [Advanced Topics](https://ionic-capacitor-guide.frontegg.com/#/advanced) for complex integration scenarIonic
- [Advanced Topics](https://ionic-capacitor-guide.frontegg.com/#/advanced) for complex integration scenarios
- A [Embedded](https://github.com/frontegg/frontegg-ionic-capacitor/tree/master/example) example projects to help you get started quickly

For full documentation, visit the Frontegg Developer Portal:
πŸ”— [https://developers.frontegg.com](https://developers.frontegg.com)

---

## πŸ” Native SDK versions

The Ionic Capacitor wrapper depends on the underlying native SDKs:
## 🧩 Entitlements & Admin Portal

- On **Android**, the plugin and example app use `com.frontegg.sdk:android:1.3.34`.
- On **iOS**, the plugin depends on `FronteggSwift` **1.3.10** via CocoaPods.
The wrapper bridges two native capabilities into your Ionic app:

After upgrading, run `pod install` in your iOS project and rebuild both platforms.
- **Entitlements** β€” gate features and permissions on-device with `loadEntitlements()`, `getFeatureEntitlement({ key })`, and `getPermissionEntitlement({ key })` (each resolves to `{ isEntitled, justification }`). See the [Entitlements guide](https://github.com/frontegg/frontegg-ionic-capacitor/blob/master/docs/usage.md#entitlements).
- **Admin Portal** β€” open the embedded Frontegg Admin Portal for authenticated users with `openAdminPortal()`. It opens through the native iOS/Android token bridge, so users aren't prompted to log in again. See the [Admin Portal guide](https://github.com/frontegg/frontegg-ionic-capacitor/blob/master/docs/advanced.md#admin-portal-beta).

---

Expand Down
Loading