woocommerce / qit-cli

A Testing Platform for WordPress Plugins and Themes
https://qit.woo.com
16 stars 2 forks source link

Rename "application_password" to "qit_token" #108

Closed Luc45 closed 7 months ago

Luc45 commented 8 months ago

The current setup in QIT already incorporates a unique and secure approach to authentication, but the terminology used, application_password, can lead to confusion as indicated in this GitHub issue: https://github.com/woocommerce/qit-cli/issues/106

Clarifying Purpose and Usage: The term application_password is a generic one in the WordPress context and can be used as a password applicable for various applications or endpoints within WordPress. Renaming it to qit_token immediately clarifies that this token is specifically for use with QIT. It removes ambiguity, making it clear to users that this token is not a standard WordPress application password but something specific to QIT.

What's different in a qit_token?

In summary, while the backend functionality and security measures are already in place and effective, renaming application_password to qit_token in the QIT CLI commands and documentation will improve clarity and user experience.

Luc45 commented 7 months ago

Solved in #118