You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add comprehensive OAuth2 server documentation (#877)
* Add comprehensive documentation for OAuth2 server component
- Added detailed English documentation in docs/en/components/oauth2-server.md
- Added Chinese Simplified documentation in docs/zh-cn/components/oauth2-server.md
- Added Chinese Traditional (Hong Kong) documentation in docs/zh-hk/components/oauth2-server.md
- Added Chinese Traditional (Taiwan) documentation in docs/zh-tw/components/oauth2-server.md
Documentation includes:
- Complete installation and setup guide
- Configuration examples and environment variables
- All supported grant types with examples
- API endpoints and usage examples
- Available commands for client management
- Event system documentation
- Security best practices
- Testing guidelines
- Error handling reference
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Update docs and translate
* Add OAuth2 Server to sidebar navigation
- Added OAuth2 Server entry to English sidebar
- Added OAuth2 服务器 to Chinese Simplified sidebar
- Added OAuth2 服務器 to Chinese Traditional (Hong Kong) sidebar
- Added OAuth2 伺服器 to Chinese Traditional (Taiwan) sidebar
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Add local settings for Claude permissions
Introduces .claude/settings.local.json to specify allowed Bash commands for Claude, including git and GitHub CLI operations.
---------
Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments