- Consolidated token grant handling into a unified method for authorization code, client credentials, and device code grants, improving code organization and reducing duplication. - Introduced new methods for handling token exchange and refresh token grants, ensuring compliance with relevant RFCs. - Enhanced error handling and validation for client credentials and grant types, improving robustness and security. - Updated tests to utilize real authorization codes and ensure comprehensive coverage of the new functionality. |
||
|---|---|---|
| .. | ||
| 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 | ||