https://github.com/coze-dev/coze-oauth-quickstart
Multi-language quickstart demo for Coze OAuth
https://github.com/coze-dev/coze-oauth-quickstart
Last synced: 7 months ago
JSON representation
Multi-language quickstart demo for Coze OAuth
- Host: GitHub
- URL: https://github.com/coze-dev/coze-oauth-quickstart
- Owner: coze-dev
- License: mit
- Created: 2025-01-13T06:59:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T07:10:12.000Z (about 1 year ago)
- Last Synced: 2025-06-20T08:23:33.978Z (about 1 year ago)
- Language: Java
- Size: 165 KB
- Stars: 2
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coze-oauth-quickstart
Multi-language quickstart demo for Coze OAuth
## Folder Structure
```
.
├── .gitignore
├── CONTRIBUTING.md
├── language
│ ├── jwt-oauth/
│ │ ├── README.md # full description
│ │ ├── quickstart.md # show in coze download page
│ │ ├── bootstrap.sh # for linux / macos
│ │ ├── bootstrap.ps1 # for windows
│ │ └── src/ # source code
│ ├── web-oauth/
│ ├── pkce-oauth/
│ └── device-oauth/
├── shared/
│ ├── website/
│ └── ...
└── README.md
```
## Contributing
follow Folder Structure to add your language quickstart demo.