yao/openapi/oauth
Max 41c44cb726 Implement JWKS endpoint and enhance OAuth tests
- Added the JWKS endpoint to return JSON Web Key Set in compliance with RFC 7517, including necessary security headers.
- Refactored the JWKS generation logic to retrieve signing certificates and construct the JWK from the RSA public key.
- Introduced comprehensive tests for the JWKS endpoint, validating response format, compliance, and security headers.
- Updated go.mod to include the MongoDB driver as a required dependency.
2025-07-21 20:07:46 +08:00
..
providers Refactor OAuth token management tests and remove deprecated methods 2025-07-21 18:59:26 +08:00
types Enhance OAuth test setup with reusable certificate management 2025-07-21 19:44:00 +08:00
client.go Enhance client creation and dynamic registration in OAuth service 2025-07-18 14:51:34 +08:00
client_test.go Add tests for dynamic client registration validation in OAuth service 2025-07-18 14:58:29 +08:00
core.go Refactor hello world endpoints and add OAuth protection 2025-07-21 18:49:20 +08:00
core_test.go Refactor OAuth token management tests and remove deprecated methods 2025-07-21 18:59:26 +08:00
device.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
discovery.go Implement JWKS endpoint and enhance OAuth tests 2025-07-21 20:07:46 +08:00
guard.go Refactor hello world endpoints and add OAuth protection 2025-07-21 18:49:20 +08:00
mcp.go Remove deprecated OAuth interfaces and types 2025-07-17 17:19:22 +08:00
oauth.go Enhance OAuth test setup with reusable certificate management 2025-07-21 19:44:00 +08:00
oauth_test.go Enhance OAuth test setup with reusable certificate management 2025-07-21 19:44:00 +08:00
security.go Implement dynamic client registration and enhance OAuth service functionality 2025-07-18 12:11:21 +08:00
security_test.go Add user and security tests 2025-07-18 15:48:50 +08:00
signing.go Enhance OAuth test setup with reusable certificate management 2025-07-21 19:44:00 +08:00
TESTING_GUIDE.md Refactor OAuth service to improve client registration and user management 2025-07-18 14:28:44 +08:00
token.go Refactor OAuth token handling and enhance grant type support 2025-07-21 17:40:08 +08:00
token_test.go Refactor OAuth token handling and enhance grant type support 2025-07-21 17:40:08 +08:00
user.go Add user and security tests 2025-07-18 15:48:50 +08:00
user_test.go Refactor OAuth token management tests and remove deprecated methods 2025-07-21 18:59:26 +08:00