docs: replace JWT-like Bearer placeholder with <license-token> (#181)
All checks were successful
PR Check / rust (pull_request) Successful in 22m12s
PR Check / frontend (pull_request) Successful in 2m29s

Defenseur secrets-scanner false positive: the truncated example token
in api-contract-prices.md:471 passed the entropy threshold for the
"Bearer Token" pattern. Swap for an explicit <license-token>
placeholder so the next defenseur run no longer flags it.

No user-visible behavior change — doc placeholder only, no CHANGELOG.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
le king fu 2026-05-02 16:05:20 -04:00
parent f9b4e4fa40
commit 7f5e5a8c71

View file

@ -468,7 +468,7 @@ Décisions **tranchées en §0** (ne sont plus ouvertes) : provider, infra rate-
```http ```http
GET /v1/prices?symbol=AAPL&date=2026-04-25 HTTP/1.1 GET /v1/prices?symbol=AAPL&date=2026-04-25 HTTP/1.1
Host: api.lacompagniemaximus.com Host: api.lacompagniemaximus.com
Authorization: Bearer eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9... Authorization: Bearer <license-token>
Accept: application/json Accept: application/json
User-Agent: simpl-resultat User-Agent: simpl-resultat
``` ```