maxlath / wikibase-cli

read and edit a Wikibase instance from the command line
MIT License
223 stars 24 forks source link

Use OAuth2 so users do not have to create their own owner-only OAuth consumers #170

Open PythonCoderAS opened 1 year ago

PythonCoderAS commented 1 year ago

OAuth2 has support for installed apps as it allows you to obtain tokens without a consumer secret, which is very useful for both installed apps/programs as well as SPAs. Wikibase-cli could maybe use OAuth2 so all someone has to do is click the link and authorize it.