Fix HMAC auth docs (Base64, Pro URL, URL-safe secrets) - #13
Closed
guiviaje wants to merge 1 commit into
Closed
Conversation
Correct Base64 typo, document standard vs URL-safe secret decode, state that X-SIGN for HMAC is standard Base64 (not hex), and add api.pro.anboto.xyz. Co-authored-by: Cursor <cursoragent@cursor.com>
guiviaje
added a commit
that referenced
this pull request
Jul 6, 2026
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Author
|
Superseded by #14. All of this PR's content is preserved — but moved to the source of truth: the OpenAPI description is generated from the api-gw code annotations (kapt), so hand-edits to the yml get overwritten on regeneration. The Base664→Base64 typo, the hex→Base64 X-SIGN fix, the standard-vs-URL-safe secret decoding note (matching 🤖 Generated with Claude Code |
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.
Summary
Updates the OpenAPI
info.descriptionshown on https://anbotolabs.github.io/anboto-api-docs/https://api.pro.anboto.xyzand settings link---) for yamllintAfter merge
Redeploy GitHub Pages (existing
deploy.sh/ CI) so the site picks up the new intro text.Related
decode_sign_keyhelpersMade with Cursor