Skip to content

Commit

Permalink
GITBOOK-3784: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Svyatoslav Krivosheev authored and gitbook-bot committed Dec 23, 2024
1 parent c21c02e commit 61c7602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions getting-started/use-aidbox-with-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The guide helps you to explore the following Aidbox features:

Create your own Aidbox instance in [the Aidbox User Portal.](http://aidbox.app/)

Configure Access Control within the Aidbox UI using the integrated REST console. Utilize the provided code snippets to create the Client and Access Policy for the sample app.
Configure Access Control within the Aidbox UI using the integrated REST console (**APIs -> REST Console**). Utilize the provided code snippets to create the Client and Access Policy for the sample app.

#### **Register Client for the sample app:**

Expand All @@ -47,7 +47,7 @@ engine: allow
```

{% hint style="info" %}
By default, Aidbox has a policy that locks down access to all data. You need to enable data sharing by adding Access Policies for Clients. Aidbox supports different ways to describe these policies, like JSON Schema, SQL, or Macho DSL. Learn more.
By default, Aidbox has a policy that locks down access to all data. You need to enable data sharing by adding Access Policies for Clients. Aidbox supports different ways to describe these policies, like JSON Schema, SQL, or Macho DSL. [Learn more](../modules/security-and-access-control/security/).
{% endhint %}

## **2. Import the sample data into Aidbox**
Expand Down Expand Up @@ -77,7 +77,7 @@ inputs:
```

{% hint style="info" %}
The **$import endpoint** is your go-to tool for loading FHIR data asynchronously into Aidbox. It effortlessly loads data from a public link specified in your HTTP request without performing any validation. Learn more.
The [**$import endpoint**](../api-1/bulk-api-1/usdimport-and-fhir-usdimport.md) is your go-to tool for loading FHIR data asynchronously into Aidbox. It effortlessly loads data from a public link specified in your HTTP request without performing any validation. Learn more.
{% endhint %}

## 3. Clone and Connect the sample app to Aidbox
Expand Down

0 comments on commit 61c7602

Please sign in to comment.