-
-
Notifications
You must be signed in to change notification settings - Fork 180
Open
Labels
Description
Description
Currently, a user has the possibility to setup an auth token in the Auth
tab of a request.
For security purposes, the data of the Token
field is displayed as •••••••••••
. But this also mask the value when using a variable, which intrinsically hides the value behind a name.
The value is a variable but we don't know because it's hidden
Expected result
When using a variable as the value of a token in the Token
field, it should be displayed as clear text because 99% of the time, the variable name doesn't contain sensitive data. And this would allow a user to know if they are using a variable or not, and what variable is used.
shanscendent