Skip to content

Commit

Permalink
docs: higher-level.
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo committed Nov 14, 2024
1 parent 72a9447 commit 586fbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gatekeeper-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ $ curl -s --header "Authorization: Bearer ${AUTH_TOKEN}" \
]
```

So far we've shown things working with Electric's lower-level [HTTP API](https://electric-sql.com/docs/api/http). You can also setup the [higher level clients](https://electric-sql.com/docs/api/clients/typescript) to use an auth token. See the [auth guide](https://electric-sql.com/docs/guides/auth) for more details.
So far we've shown things working with Electric's lower-level [HTTP API](https://electric-sql.com/docs/api/http). You can also setup the [higher-level clients](https://electric-sql.com/docs/api/clients/typescript) to use an auth token. See the [auth guide](https://electric-sql.com/docs/guides/auth) for more details.

### 2. Caddy as proxy

Expand Down

0 comments on commit 586fbda

Please sign in to comment.