-
Notifications
You must be signed in to change notification settings - Fork 3
[kernel 715] add web bot auth docs #163
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?
Conversation
integrations/web-bot-auth.mdx
Outdated
| Use the Kernel CLI to build the Web Bot Auth extension: | ||
|
|
||
| ```bash | ||
| kernel extensions build-web-bot-auth --to ./web-bot-auth-ext --upload |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the --upload flag should require an explicit name argument, e.g. --upload web-bot-auth-test. then update the references below to be consistent: line 34 ("Uploads it to Kernel as..."), line 45 (--extension), line 60 (TypeScript name:), and line 79 (Python name:). this makes it clear we're using the test key variant.
rgarcia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! nice docs. a few suggestions on the CLI flag design for --upload.
Note
Introduces documentation for building and using signed browser requests via Cloudflare Web Bot Auth, and adds comprehensive CLI docs for managing extensions.
integrations/web-bot-authguide with build, usage (CLI/TS/Python), key management, JWKS hosting, and optional Cloudflare registrationreference/cli/extensionspage coveringlist,upload,download,delete,download-web-store, andbuild-web-bot-authbrowsers/extensionswith an enterprise policy section: required.crx/update.xml, automatic detection/validation, and install flow viaExtensionInstallForcelistdocs.json), adds Web Bot Auth to integrations overview, and adds an Extensions card to the CLI landing pageWritten by Cursor Bugbot for commit da82051. This will update automatically on new commits. Configure here.