quantumlib / Cirq

A Python framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
Apache License 2.0
4.24k stars 1.01k forks source link

Expose `authenticate_user` #6485

Closed senecameeks closed 6 months ago

senecameeks commented 6 months ago

Create and expose new authenticate_user api

Currently an API does not exist that returns an engine instance and does authentication. get_engine assumes the user is in the corp network and will fail for external users without access to corp. (as noted in #6483)

review-notebook-app[bot] commented 6 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.76%. Comparing base (d75d43f) to head (625d3de).

:exclamation: Current head 625d3de differs from pull request most recent head 0b200f2. Consider uploading reports for the commit 0b200f2 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6485 +/- ## ======================================= Coverage 97.76% 97.76% ======================================= Files 1105 1105 Lines 94936 94957 +21 ======================================= + Hits 92810 92831 +21 Misses 2126 2126 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.