@oauth2_tokenEndpoint = /token
@oauth2_clientId = foo
@oauth2_clientSecret = bar
GET /baz
Authorization: oauth2 client_credentials
The /token request is made with User-Agent: got (https://github.com/sindresorhus/got) while the /baz request is made with User-Agent: httpyac. Consistency would be great.
The /token request is made with
User-Agent: got (https://github.com/sindresorhus/got)while the /baz request is made withUser-Agent: httpyac. Consistency would be great.