Matthew Schrepel
Matthew Schrepel
## Problem Description When creating a new repository with a .github/settings.yml, branch protection is not being applied. Interestingly, repository and teams settings are working, but branches doesn't seem to. I...
# Issue Ref [1003](https://github.com/usebruno/bruno/issues/1003) # Description State is a recommended part of the PKCE Oauth2 spec, but it is required by our identity provider (Okta). This implements support for state...
**Please describe feature/problem details and the solution you'd like.** We use a custom authorization header instead of `Authorization`, which means when we use the oAuth2 flow, we have to manually...
**Please describe feature/problem details and the solution you'd like.** The state parameter of the PKCE flow should be something random that only the caller knows about to ensure no one...