Skip to content

Fix critical auth: send access-token header instead of Authorization: Bearer#6

Merged
pimfeltkamp merged 1 commit intomainfrom
fix-auth-header-access-token
Apr 28, 2026
Merged

Fix critical auth: send access-token header instead of Authorization: Bearer#6
pimfeltkamp merged 1 commit intomainfrom
fix-auth-header-access-token

Conversation

@pimfeltkamp
Copy link
Copy Markdown
Contributor

Tracking: cryptohopper-resources#9. Sister to PRs landing for Node/Python/Go/Ruby/Rust/Dart/Swift this iter.

Cryptohopper Public API v1 uses access-token: <token> (live API docs). Authorization: Bearer triggers AWS SigV4 parsing in the gateway and returns 405 Missing Authentication Token.

Changes:

No public-API change.

Critical: every authenticated request was being rejected by the
AWS API Gateway in front of api.cryptohopper.com/v1/*. Switching to
access-token: <token> as documented in the official Cryptohopper
API docs and used by the legacy iOS/Android SDKs.

Bump to 0.1.0-alpha.2.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant