owncloud / oauth2

🔐 Application for using OAuth 2.0 in ownCloud
GNU Affero General Public License v3.0
32 stars 24 forks source link

Add an occ command for listing existing clients #306

Closed mmattel closed 2 years ago

mmattel commented 2 years ago

We already have: oauth2:add-client oauth2:remove-client

But miss on the command line the ability to list existing clients. You have to go to the web frontend to do so ...

Proposal: add an oauth2:list-clients command

@C0rby @DeepDiver1975 @pmaier1 fyi (pls also see docs https://github.com/owncloud/docs/issues/4097 and https://github.com/owncloud/docs/pull/4092)

mmattel commented 2 years ago

Closed via #313