Skip to content

aicoze/coze-oauth-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Multi-language quickstart demo for Coze OAuth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 22.7%
  • HTML 19.2%
  • Go 18.5%
  • JavaScript 15.7%
  • Python 15.6%
  • Shell 5.3%
  • PowerShell 3.0%