CQCL / pytket-quantinuum

pytket-quantinuum, extensions for pytket quantum SDK
Apache License 2.0
29 stars 14 forks source link

Allow persisent storage of authentication tokens #197

Closed cqc-alec closed 1 year ago

cqc-alec commented 1 year ago

Currently each new Python process using pytket-quantinuum (and requiring authentication) needs the user to enter a password manually. This is sufficiently irritating that people work around it in various (more or less secure) ways involving persistent storage of the password. We should provide a supported method.

yao-cqc commented 1 year ago

closed by #247