- Updated OAuth token handling to include PKCE (Proof Key for Code Exchange) parameters, improving security for authorization code grants. - Refactored token management tests to incorporate PKCE code verifier and challenge, ensuring compliance with OAuth 2.1 standards. - Enhanced refresh token handling to validate requested scopes against originally granted scopes, improving security and compliance. - Updated various methods to support optional scope parameters, streamlining token management and validation processes. - Improved test coverage for token introspection and exchange scenarios, ensuring robust validation of token handling logic. |
||
|---|---|---|
| .. | ||
| agent | ||
| audit | ||
| docs | ||
| job | ||
| kb | ||
| oauth | ||
| config.go | ||
| config_test.go | ||
| hello.go | ||
| hello_test.go | ||
| oauth.go | ||
| oauth_test.go | ||
| oauth_token_test.go | ||
| openapi.go | ||
| openapi_test.go | ||
| README.md | ||
| response.go | ||
| types.go | ||
| well-known.go | ||