From 08a7cd389718f7d35af04f5a57de4edbd1afb5ae Mon Sep 17 00:00:00 2001 From: dianaKhortiuk-frontegg Date: Thu, 25 Jun 2026 20:05:48 +0400 Subject: [PATCH 1/2] docs: add Entitlements & Admin Portal to README; dedupe Native SDK versions Surface the two capabilities wired in #78 (entitlements + admin portal) on the README landing page, linking to the usage/advanced guides, and remove the duplicated 'Native SDK versions' section. Co-Authored-By: Claude Opus 4.8 --- docs/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index cfa1831..581cc1a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,14 +22,12 @@ For full documentation, visit the Frontegg Developer Portal: --- -## 🔐 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). --- From d96cf817788189ded5819e7ece4a7a822ccbd40f Mon Sep 17 00:00:00 2001 From: dianaKhortiuk-frontegg Date: Thu, 25 Jun 2026 20:07:01 +0400 Subject: [PATCH 2/2] docs: fix 'scenarIonic' typo in README Co-Authored-By: Claude Opus 4.8 --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 581cc1a..ac54586 100644 --- a/docs/README.md +++ b/docs/README.md @@ -14,7 +14,7 @@ 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: