feat(auth-oauth2): custom parameters for authorization, token, and refresh requests (#629)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Gregory Schier
2026-09-13 09:15:25 -07:00
committed by GitHub
co-authored by Claude Opus 5
parent 7d0926c961
commit 7a6d275fdb
16 changed files with 771 additions and 5 deletions
+2
View File
@@ -51,6 +51,8 @@ Direct username/password authentication.
- **Token Persistence**: Stores tokens between sessions
- **Flexible Configuration**: Supports custom authorization and token endpoints
- **Scope Management**: Configure required OAuth scopes for your API
- **Custom Parameters**: Add headers and params to the authorization, token, and refresh
requests, replacing generated entries of the same name
- **Error Handling**: Comprehensive error handling and user feedback
## Usage