Skip to content

Commit

Permalink
Applying feedback on fingerprint alert
Browse files Browse the repository at this point in the history
  • Loading branch information
dhudec committed Feb 7, 2023
1 parent cc3bb07 commit bda9d2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/expressions/fingerprints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ or through the tenant [management API](/docs/api/tenants#update-tenant). Note th
to disable fingerprinting on a per-token basis.

<Alert>
Since fingerprinting performs a CPU-intensive cryptographic operation, creating tokens without fingerprints will be more performant than
creating tokens with fingerprints. We recommend that you disable the <code>Fingerprint All Tokens</code> setting in production environments
and only enable fingerprinting on a per-token basis when it is necessary.
Since fingerprinting performs a CPU-intensive cryptographic operation, creating tokens with fingerprints will increase
the latency of each request. For this reason, we recommend that you leave the <code>Fingerprint All Tokens</code> setting disabled,
and only enable fingerprinting on a per-token basis when it is necessary unless you need every new token to be fingerprinted.
</Alert>

When specifying a [fingerprint expression](/docs/expressions/fingerprints) during token creation, you may provide an expression
Expand Down

0 comments on commit bda9d2b

Please sign in to comment.