dwavesystems / dwave-cloud-client

A minimal implementation of the REST interface used to communicate with D-Wave Solver API (SAPI) servers.
https://docs.ocean.dwavesys.com/projects/cloud-client/en/stable/
Apache License 2.0
59 stars 40 forks source link

Few minor auth flow security and performance improvements #607

Closed randomir closed 8 months ago

randomir commented 8 months ago

Updating the auth flow according to OAuth 2.0 Security Best Current Practice, motivated by #605.

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 88.48%. Comparing base (535a9e7) to head (1245234).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #607 +/- ## ======================================= Coverage 88.47% 88.48% ======================================= Files 33 33 Lines 4356 4359 +3 ======================================= + Hits 3854 3857 +3 Misses 502 502 ```

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