feedback update

This commit is contained in:
rudrapratik30 2025-08-19 15:43:31 +05:30
parent 895451a6c5
commit 9d3fcffebc

View file

@ -16,21 +16,10 @@ By embedding applications, you reduce context switching, accelerate user adoptio
When embedding applications, ToolJet ensures that only the right users can access your app and its data. You can choose from two security modes based on your use case.
### Embedding Public Applications
Use this option if your application contains no sensitive or user-specific data.
- **Access control**: None anyone with the embed link or iframe can view.
- **Best for**: Public dashboards, demos, or open-data applications.
- **Example**: A live product status page displaying uptime and incident history.
Refer to the [Share Application](/docs/development-lifecycle/release/share-app#embed-application) guide for instructions on embedding public applications.
### Embedding Private and Data Sensitive Applications
Use this option for secure, user-specific embedding.
- **Access control**: Requires a valid PAT to load the app.
- **Granularity**: Tokens can be scoped to individual user and application.
- **Best for**: Authenticated portals, customer-specific views, and internal tools.
- **Example**: An embedded customer billing dashboard showing only that customers invoices.
Refer to [Personal Access Token](/docs/user-management/authentication/self-hosted/pat#generate-pat) guide to learn how to generate a PAT and embed private applications.
| **Feature** | **Public Applications** | **Private & Data-Sensitive Applications** |
| ------------| ----------------------- | ------------------------------------------|
| **Access Control** | None anyone with the embed link or iframe can view | Requires a valid Personal Access Token (PAT) to load the app. |
| **Granularity** | Not applicable | Tokens can be scoped to individual user and application |
| **Best For** | Public dashboards, demos, or open-data applications | Authenticated portals, customer-specific views, internal tools |
| **Example** | Live product status page displaying uptime and incident history | Embedded customer billing dashboard showing only that customers invoices |
| **Reference** | [Share Application](/docs/development-lifecycle/release/share-app#embed-application) | [Personal Access Token](/docs/user-management/authentication/self-hosted/pat#generate-pat) |