[OAuth] New scope `datasets:r:*`
See original GitHub issueContext
In the context of external apps integration, we’ve found the need of a coarse-grained scope related to datasets, to have a fluid UX
After some conversations between @rjimenezda and @alrocar, the decision was to implement: datasets:r:*
--> it will allow to read all datasets in the user account.
See https://github.com/CartoDB/kepler.gl/issues/16 for more context
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
OAuth 2.0 Scopes
Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account. An application can request one or more...
Read more >Working with OAuth2 scopes | Apigee X - Google Cloud
OAuth 2.0 scopes provide a way to limit the amount of access that is granted to an access token. For example, an access...
Read more >Specify an OAuth scope - Product Documentation | ServiceNow
Specify the OAuth scopes that you get from the provider. Scopes can be any level of access specified by the provider, such as...
Read more >OAuth Tokens and Scopes - Salesforce Help
OAuth tokens authorize access to protected resources. Connected apps receive tokens on behalf of a client after authorization. Scopes further define the ...
Read more >[OAuth] Support `datasets:create` scope · Issue #14592 - GitHub
OAuth apps can request for a datasets:create scope that will allow to them to CREATE, ALTER, DROP tables (created by the OAuth app...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hopefully these have just been implemented (
datasets:r:*
). Thx @amiedes !