DOC: Feature/owid endpoint auth#219
Open
YaroslavVlasenko wants to merge 8 commits into
Open
Conversation
…gning key rotation in fodid.md and errormessages.md.
…ments for License-key-only callers.
…to weekly, drop em dashes, document the bulk key endpoint
… limits of the X-51D headers
…s, the 401 error message, and the License-key-only exception
Contributor
justadreamer
marked this pull request as ready for review
July 13, 2026 15:00
…bid ref Review fixes on top of the OWID endpoint auth docs, verified against the cloud implementation on origin/main. pmp.md: remove the @ref to DeviceDetection_OtherIntegrations_Prebid. That page is a redirect stub; cbceeaf had already replaced it with Integrations_Prebid, and the ref came back through a merge. The remaining entry points at the real page. fodid.md: the intro and Terminology still described the payload value as always probabilistic and always a 32-byte hash, which contradicted the Random type (16-byte GUID) introduced on this branch. Generalise them and scope the three-input derivation to the probabilistic type. Other corrections against the code: - the salt is 2 bytes, URL-safe base64, and is hashed as the decoded bytes rather than the base64 text. Nothing ties it to SWAN or a 4x4 grid, so drop that attribution. - idrandglobal and idrandlic get independent GUIDs within one response. - bits 6-7 table header, and 11 is unused rather than reserved: no code reserves it. - document the format parameter, which accepts spki only. overview.md: note that a header-supplied credential makes the response Cache-Control: no-store.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why: