- Updated the SigningConfig, TokenConfig, SecurityConfig, and ClientConfig structures to include optional default values for various fields, improving clarity and usability. - Added comments to specify default values and optionality for each configuration parameter, enhancing documentation within the code. - This change aims to streamline the configuration process for OAuth service implementations. |
||
|---|---|---|
| .. | ||
| providers | ||
| types | ||
| client.go | ||
| client_test.go | ||
| core.go | ||
| core_test.go | ||
| device.go | ||
| discovery.go | ||
| mcp.go | ||
| oauth.go | ||
| oauth_test.go | ||
| security.go | ||
| security_test.go | ||
| TESTING_GUIDE.md | ||
| token.go | ||
| token_test.go | ||
| user.go | ||
| user_test.go | ||