mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
fix: docs
This commit is contained in:
1352
pnpm-lock.yaml
generated
1352
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,6 @@ export enum Service {
|
|||||||
Storage = 'storage',
|
Storage = 'storage',
|
||||||
Teams = 'teams',
|
Teams = 'teams',
|
||||||
Users = 'users',
|
Users = 'users',
|
||||||
Messaging = 'messaging'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum Platform {
|
export enum Platform {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ Custom token allows you to use [Server SDK](/docs/sdks#server) to generate token
|
|||||||
|
|
||||||
# Create custom token {% #create-custom-token %}
|
# Create custom token {% #create-custom-token %}
|
||||||
|
|
||||||
Once you have your server endpoint prepared either in an Appwrite Function or a server integration, you can use the [Create token](/docs/references/cloud/server-nodejs/users#/docs/references/cloud/server-nodejs/users#createToken) endpoint of the [Users API](/docs/products/auth/users) to generate a token.
|
Once you have your server endpoint prepared either in an Appwrite Function or a server integration, you can use the [Create token](/docs/references/cloud/server-nodejs/users#createToken) endpoint of the [Users API](/docs/products/auth/users) to generate a token.
|
||||||
|
|
||||||
{% multicode %}
|
{% multicode %}
|
||||||
```js
|
```js
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ During development, you can add targets to existing accounts by navigating to **
|
|||||||

|

|
||||||
{% /only_light %}
|
{% /only_light %}
|
||||||
|
|
||||||
You can also implement forms in your app to collect contact information and add it as a target with the [createSubscriber](/references/cloud/server-nodejs/messaging#createSubscriber) endpoint.
|
You can also implement forms in your app to collect contact information and add it as a target with the [createSubscriber](/docs/references/cloud/server-nodejs/messaging#createSubscriber) endpoint.
|
||||||
|
|
||||||
{% multicode %}
|
{% multicode %}
|
||||||
```js
|
```js
|
||||||
|
|||||||
Reference in New Issue
Block a user