coupergateway / couper

Couper is a lightweight API gateway designed to support developers in building and operating API-driven Web projects
https://couper.io
MIT License
85 stars 15 forks source link

cases where client_secret is not required #653

Closed johakoch closed 1 year ago

johakoch commented 1 year ago

Docu: added case where client_secret is not required

see https://github.com/avenga/couper/blob/master/oauth2/client.go#L77


Reviewer checklist
  • Read PR description: a summary about the changes is required
  • Changelog updated
  • Documentation: docs/{Reference, Cli, ...}, Docker and cli help/usage
  • Pulled branch, manually tested
  • Verified requirements are met
  • Reviewed the code
  • Reviewed the related tests