We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we use Github OAuth Apps to create issues in license-list and license-namespace repository. But Oauth apps have limited no of fixed permission with no way to modify read/write access. https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/#available-scopes Github Apps provide finer-grained permissions - https://developer.github.com/apps/differences-between-apps/
We would like to move to Github Apps. For this, I suppose, changes will be needed only on the code side (utils.py) and requesting only the permissions which is needed - able to create issues in the https://github.com/spdx/license-list/ and https://github.com/spdx/license-namespace/ repo.
Linked Issue - #192
The text was updated successfully, but these errors were encountered:
@rtgdk - is this still live?
Sorry, something went wrong.
Because the #192 was closed, I re-reported it as #498. The all repos write permissions are potential security problem.
No branches or pull requests
Currently, we use Github OAuth Apps to create issues in license-list and license-namespace repository. But Oauth apps have limited no of fixed permission with no way to modify read/write access. https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/#available-scopes
Github Apps provide finer-grained permissions - https://developer.github.com/apps/differences-between-apps/
We would like to move to Github Apps. For this, I suppose, changes will be needed only on the code side (utils.py) and requesting only the permissions which is needed - able to create issues in the https://github.com/spdx/license-list/ and https://github.com/spdx/license-namespace/ repo.
Linked Issue - #192
The text was updated successfully, but these errors were encountered: