Skip to content

Commit 3a80c8d

Browse files
author
Hein
committed
PR feedback
1 parent 351521f commit 3a80c8d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

usage/tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ mode: wide
99
<Card title="CLI (Beta)" icon="terminal" href="/usage/tools/cli" horizontal/>
1010
<Card title="Diagnostics App" icon="stethoscope" href="https://github.com/powersync-ja/powersync-js/tree/main/tools/diagnostics-app" horizontal/>
1111
<Card title="Monitoring and Alerting" icon="bell" href="/usage/tools/monitoring-and-alerting" horizontal/>
12-
<Card title="MongoDB CRUD Auth Backend" icon="database" href="/usage/tools/mongodb-crud-auth-backend" horizontal/>
12+
<Card title="MongoDB CRUD & Auth Backend" icon="database" href="/usage/tools/mongodb-crud-auth-backend" horizontal/>
1313
</CardGroup>

usage/tools/mongodb-crud-auth-backend.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: MongoDB CRUD Auth Backend
2+
title: MongoDB CRUD & Auth Backend
33
description:
44
---
55

@@ -19,7 +19,10 @@ Here you will find four CloudCode tasks:
1919
</Frame>
2020

2121
1. `generate_keys` - This is a task that can be used to generate a private/public key pair which the `jwks` and `token` tasks require.
22-
This task does not expose an HTTP endpoint and should only be used for development and getting started.
22+
23+
<Warning>
24+
This task does not expose an HTTP endpoint and should only be used for development and getting started.
25+
</Warning>
2326
2. `jwks` - This exposes an HTTP endpoint which has a `GET` function which returns the public JWKS details.
2427
3. `token` - This task exposes an HTTP endpoint which has a `GET` function. This tasks is used by a PowerSync client to generate a token to validate against the PowerSync Service.
2528
For more information about custom authentication setups for PowerSync, please see [this page](https://docs.powersync.com/installation/authentication-setup/custom) from the PowerSync docs.

0 commit comments

Comments
 (0)