Support for oauth2 application specifications #227
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To be able to automatically add application services like Drone CI.
Currently this needs to be done manually from within a user in "settings -> applications".
The currently existing API endpoint for creating an oauth application is bound to the user and requires that user to be authenticated. So it currently would not be possible to create such apps on behalf of a user. The CLI neither has this feature.
Not sure, if it would be too strange to configure apps for other users.
A new subcommand could be introduced to finish the work.