fix(oauth): fix private key error for OAuth tokens

This commit is contained in:
2025-07-22 21:18:41 +00:00
parent cffba39844
commit 739e781cfb
5 changed files with 62 additions and 9 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-07-22 - 3.0.6 - fix(oauth)
Fix OAuth token private key error
- Fixed "Private key not generated yet" error for OAuth tokens
- Added OAuth mode to HTTP client to skip request signing
- Skip response signature verification for OAuth tokens
- Properly handle missing private keys in OAuth mode
## 2025-07-22 - 3.0.5 - feat(oauth)
Add OAuth token support