-
Notifications
You must be signed in to change notification settings - Fork 4k
Adapt site resolution/lookup to pass visitor unsigned claims in addition to token #3202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Adapt site resolution/lookup to pass visitor unsigned claims in addition to token #3202
Conversation
|
Summary of the deployments: Version 1
Version 2
Test content |
The latest updates on your projects. Learn more about Argos notifications ↗︎ Awaiting the start of a new Argos build… |
…claims-stored-in-cookies-as
This PR aims to add site resolution/lookup to pass visitor unsigned claims in addition to token when calling
getPublishedContentByUrl
. The unsigned claims can originate either from agitbook-visitor-public-*
cookie orvisitor.*
query parameters passed to the site url.Pending https://github.com/GitbookIO/gitbook-x/pull/17625 to be merged.
TODO:
getPublishedContentByUrl
callresolvePublishedContentByUrl
endpoint.resolvePublishedContentByUrl
(only for select sites for initially to allow us test)