Merge pull request from deblasis/fix/gitea_oauth2_app_confidential_client

Support `gitea_oauth2_app` `confidential_client` flag
This commit is contained in:
Tobias Trabelsi
2023-07-20 09:09:50 +02:00
committed by GitHub
3 changed files with 39 additions and 18 deletions
docs/resources
gitea
vendor/code.gitea.io/sdk/gitea

@ -20,6 +20,10 @@ Handling [gitea oauth application](https://docs.gitea.io/en-us/oauth2-provider/)
- `name` (String) OAuth Application name
- `redirect_uris` (Set of String) Accepted redirect URIs
### Optional
- `confidential_client` (Boolean) If set to false, it will be a public client (PKCE will be required)
### Read-Only
- `client_id` (String) OAuth2 Application client id