yao/openapi
Max 7e8d4a9ba9 Enhance OAuth token management with PKCE support and refactor tests
- 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.
2025-07-22 12:55:44 +08:00
..
agent Update dependencies in go.mod and go.sum to latest versions for improved stability and performance 2025-07-13 09:15:54 +08:00
audit Update dependencies in go.mod and go.sum to latest versions for improved stability and performance 2025-07-13 09:15:54 +08:00
docs Add OpenAPI support and enhance configuration handling 2025-07-20 18:52:30 +08:00
job Update dependencies in go.mod and go.sum to latest versions for improved stability and performance 2025-07-13 09:15:54 +08:00
kb Update dependencies in go.mod and go.sum to latest versions for improved stability and performance 2025-07-13 09:15:54 +08:00
oauth Enhance OAuth token management with PKCE support and refactor tests 2025-07-22 12:55:44 +08:00
config.go Add OpenAPI support and enhance configuration handling 2025-07-20 18:52:30 +08:00
config_test.go Implement JSON marshaling and unmarshaling for configuration with duration parsing 2025-07-20 17:49:01 +08:00
hello.go Refactor hello world endpoints and add OAuth protection 2025-07-21 18:49:20 +08:00
hello_test.go Refactor hello world endpoints and add OAuth protection 2025-07-21 18:49:20 +08:00
oauth.go Enhance OAuth token management with PKCE support and refactor tests 2025-07-22 12:55:44 +08:00
oauth_test.go Implement JWKS endpoint and enhance OAuth tests 2025-07-21 20:07:46 +08:00
oauth_token_test.go Enhance OAuth token management with PKCE support and refactor tests 2025-07-22 12:55:44 +08:00
openapi.go Refactor OAuth endpoint structure and add well-known handlers 2025-07-20 19:11:16 +08:00
openapi_test.go Enhance OAuth token management with PKCE support and refactor tests 2025-07-22 12:55:44 +08:00
README.md Update dependencies in go.mod and go.sum to latest versions for improved stability and performance 2025-07-13 09:15:54 +08:00
response.go Enhance OAuth functionality with registration tests and response improvements 2025-07-21 16:07:40 +08:00
types.go Implement JSON marshaling and unmarshaling for configuration with duration parsing 2025-07-20 17:49:01 +08:00
well-known.go Refactor OAuth endpoint structure and add well-known handlers 2025-07-20 19:11:16 +08:00

Yao OpenAPI

OAuth

Agent

Knowledge Base

Audit Log