You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When managing multiple credentials, it would be useful to have a user-defined nickname or profile name for each set of credentials. Especially since there's no way to define a memorable username outside of the, for example, albert.einstein-abcd1234 formatting construct.
Consider:
Having the nickname be an optional interactive input when the user runs hop auth add. The nickname = XXX field would then be in the same block as username = ... and password = ... in the auth.toml file.
Being able to create a new Auth object by specifying the credential nickname, and then hop-client would parse the auth.toml file for the nickname and then use the corresponding username and password.
The text was updated successfully, but these errors were encountered:
Description
When managing multiple credentials, it would be useful to have a user-defined nickname or profile name for each set of credentials. Especially since there's no way to define a memorable username outside of the, for example,
albert.einstein-abcd1234
formatting construct.Consider:
hop auth add
. Thenickname = XXX
field would then be in the same block asusername = ...
andpassword = ...
in theauth.toml
file.Auth
object by specifying the credential nickname, and thenhop-client
would parse theauth.toml
file for the nickname and then use the corresponding username and password.The text was updated successfully, but these errors were encountered: