googleads / googleads/google-api-ads-ruby
Support for incremental oauth
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 303
- Forks
- 221
- PR merge metrics
- No merged PRs in 30d
Description
Hello, would it be possible to add include_granted_scopes as a supported parameter in this library? I am trying to implement a web client that supports incremental auth across several Google APIs, and using oauth2_extra_scopes is not enough since that requires all scopes to be known and accepted up front.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how this Ruby library exposes OAuth parameters and how oauth2_extra_scopes is handled. Check whether the existing test suite covers OAuth authorization options. Done means include_granted_scopes is accepted and incremental authorization can be configured without requiring every scope up front.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- api, authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100