diff --git a/website/content/docs/concepts/tokens.mdx b/website/content/docs/concepts/tokens.mdx index 295cc440d..9f702da6a 100644 --- a/website/content/docs/concepts/tokens.mdx +++ b/website/content/docs/concepts/tokens.mdx @@ -6,7 +6,10 @@ description: Tokens are a core auth method in Vault. Concepts and important feat # Tokens -!> **Warning**: Since tokens are considered opaque values, their structure is undocumented and subject to change. For these reasons, we do not recommend using tokens within your scripts or for automation since it can cause breakage. + + Tokens are opaque values so their structure is undocumented and subject to change. + Scripts and automations that rely on the internal structure of a token in scripts will break. + Tokens are the core method for _authentication_ within Vault. Tokens can be used directly or [auth methods](/vault/docs/concepts/auth)