We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1955a commit c209b79Copy full SHA for c209b79
components/snippets/never.share.mdx
@@ -1,7 +1,12 @@
1
import { Callout } from "nextra/components";
2
3
<Callout type="warning">
4
- Warning: Never share your API keys or sensitive information in public.<br />
5
- This API keys are meant for private use only and should be kept secure on your repository. <br />
6
- API keys should never be shared with Postiz owners.
+ Warning: Never share your X (formerly Twitter) API keys or access tokens with
+ anyone — including Postiz developers.
+ <br />
7
+ These keys are for your personal use only and must be kept secure in your
8
+ private environment.
9
10
+ Postiz is a self-hosted, open-source tool. You remain in full control of your
11
+ API access at all times.
12
</Callout>
0 commit comments