We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a02e5 commit d6fe514Copy full SHA for d6fe514
README.md
@@ -228,7 +228,7 @@ Authentication schemes defined for the API: <a id="user_bearer"></a>
228
229
- **Type**: OAuth
230
- **Flow**: accessCode
231
-- **Authorization URL**: https://auth.qi2.quantum-inspire.com/realms/oidc_development/protocol/openid-connect/auth
+- **Authorization URL**: https://quantum-inspire-staging.eu.auth0.com/authorize
232
- **Scopes**: N/A
233
234
<a id="backend"></a>
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "qi-compute-api-client"
3
-version = "0.48.0"
+version = "0.49.0"
4
description = "An API client for the Compute Job Manager of Quantum Inspire."
5
license = "Apache-2.0"
6
authors = ["Quantum Inspire <[email protected]>"]
0 commit comments