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
Currently, dwave.cloud.auth.flow.AuthFlow will use Credentials backed by a file (created) next to the most-specific dwave config file. Typically, config file will be in ~/.config/dwave/dwave.conf, and credentials will be stored right next to it in ~/.config/dwave/credentials.db.
If no config file is present on disk, credentials are stored in the default user config file location (see dwave.cloud.config.get_default_configfile_path).
We need to either generalize DWAVE_CONFIG_FILE semantics to include credentials, or introduce a new variable.
The text was updated successfully, but these errors were encountered:
Currently,
dwave.cloud.auth.flow.AuthFlow
will useCredentials
backed by a file (created) next to the most-specific dwave config file. Typically, config file will be in~/.config/dwave/dwave.conf
, and credentials will be stored right next to it in~/.config/dwave/credentials.db
.If no config file is present on disk, credentials are stored in the default user config file location (see
dwave.cloud.config.get_default_configfile_path
).We need to either generalize
DWAVE_CONFIG_FILE
semantics to include credentials, or introduce a new variable.The text was updated successfully, but these errors were encountered: