fix(oauth): remove OAuth session caching to prevent authentication issues
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-07-22 - 3.1.2 - fix(oauth)
|
||||
Remove OAuth session caching to prevent authentication issues
|
||||
|
||||
- Removed static OAuth session cache that was causing incomplete session issues
|
||||
- Each OAuth token now creates a fresh session without caching
|
||||
- Removed cache management methods (clearOAuthCache, clearOAuthCacheForToken, getOAuthCacheSize)
|
||||
- Simplified init() method to treat OAuth tokens the same as regular API keys
|
||||
- OAuth tokens still handle "Superfluous authentication" errors with initWithExistingInstallation
|
||||
|
||||
## 2025-07-22 - 3.1.1 - fix(oauth)
|
||||
Fix OAuth token authentication flow for existing installations
|
||||
|
||||
|
Reference in New Issue
Block a user