- 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. |
||
|---|---|---|
| .. | ||
| 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 | ||