Skip to content

Commit d4efdfb

Browse files
tsmith512dcpena
andauthored
Update src/content/docs/stream/viewing-videos/securing-your-stream.mdx
Co-authored-by: Denise Peña <[email protected]>
1 parent b025415 commit d4efdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/stream/viewing-videos/securing-your-stream.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Response:
4747

4848
You can program your app to generate token in two ways:
4949

50-
- **Low-volume or testing: Use the `/token` endpoint to generate a short-lived signed token.** This is recommended for testing purposes or if you are generating less than 1,000 tokens per day. It requires making an API call to Cloudflare for each token, the default result is valid for 1 hour.
50+
- **Low-volume or testing: Use the `/token` endpoint to generate a short-lived signed token.** This is recommended for testing purposes or if you are generating less than 1,000 tokens per day. It requires making an API call to Cloudflare for each token. The default result is valid for 1 hour.
5151

5252
- **Recommended: Use a signing key to create tokens.** If you have thousands of daily users or need to generate a high volume of tokens, you can create tokens yourself using a signing key. This way, you do not need to call a Stream API each time you need to generate a token.
5353

0 commit comments

Comments
 (0)