Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ This is a powerful and potentially problematic feature because it allows an app

To help mods evaluate your app, document each external endpoint clearly, and only expose endpoints that are necessary for your app’s functionality.

## **Choosing between callbacks and managed tokens**
## Choosing between callbacks and managed tokens

Use **callback tokens** when your app initiates a workflow and needs a secure way for an external service to return a result with the same context.

Expand Down
Loading