feat(oauth): add OAuth token support

This commit is contained in:
2025-07-22 21:10:41 +00:00
parent 4b398b56da
commit cffba39844
7 changed files with 117 additions and 2 deletions

View File

@@ -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