feat(oauth): add OAuth token support
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-07-22 - 3.0.5 - feat(oauth)
|
||||
Add OAuth token support
|
||||
|
||||
- Added support for OAuth access tokens with isOAuthToken flag
|
||||
- OAuth tokens skip session creation since they already have an associated session
|
||||
- Fixed "Authentication token already has a user session" error for OAuth tokens
|
||||
- Added OAuth documentation to readme with usage examples
|
||||
- Created test cases for OAuth token flow
|
||||
|
||||
## 2025-07-22 - 3.0.4 - fix(tests,security)
|
||||
Improve test reliability and remove sensitive file
|
||||
|
||||
|
Reference in New Issue
Block a user