- Implemented comprehensive tests for the OAuth token revocation and introspection endpoints, ensuring correct handling of valid, invalid, and missing token scenarios. - Enhanced the oauthRevoke and oauthIntrospect methods to comply with RFC specifications, returning appropriate status codes and responses. - Introduced a utility function for obtaining access tokens directly in tests, streamlining the testing process for OAuth endpoints. - Improved error handling and logging for better debugging and verification during tests. |
||
|---|---|---|
| .. | ||
| 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 | ||