PATCH missing Bruno config
This commit is contained in:
@@ -18,9 +18,9 @@ auth:oauth2 {
|
||||
refresh_token_url:
|
||||
client_id: {{google_client_id}}
|
||||
client_secret: {{google_secret}}
|
||||
scope: profile email
|
||||
scope: profile email openid
|
||||
state:
|
||||
pkce: false
|
||||
pkce: true
|
||||
credentials_placement: body
|
||||
credentials_id: credentials
|
||||
token_placement: header
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
vars {
|
||||
base_url: http://localhost:8080/api/v1
|
||||
uuid: OswQZ9CRRRasMCMEWZ5uqw
|
||||
uuid:
|
||||
}
|
||||
vars:secret [
|
||||
google_client_id,
|
||||
google_secret,
|
||||
token
|
||||
google_secret
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user