Skip to content

Commit 3e5d2d7

Browse files
committed
[QI2-1060] Auth0
1 parent fe8d97f commit 3e5d2d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Authentication schemes defined for the API:
224224

225225
- **Type**: OAuth
226226
- **Flow**: accessCode
227-
- **Authorization URL**: https://auth.qi2.quantum-inspire.com/realms/oidc_staging/protocol/openid-connect/auth
227+
- **Authorization URL**: https://auth.qi2.quantum-inspire.com/realms/oidc_development/protocol/openid-connect/auth
228228
- **Scopes**: N/A
229229

230230
<a id="backend"></a>

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ openapi-generator-cli generate \
3030

3131
if [ "$check" = "check" ]; then
3232
# Allows CI to verify the client is up to date
33-
git diff --quiet HEAD
33+
git diff HEAD
3434
else
3535
# Update documentation
3636
curl -o ../../../../docs/design/code/apps/compute_job_manager_openapi.json http://localhost:8000/openapi.json

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qi-compute-api-client"
3-
version = "0.37.0"
3+
version = "0.38.0"
44
description = "An API client for the Compute Job Manager of Quantum Inspire."
55
license = "Apache-2.0"
66
authors = ["Quantum Inspire <support@quantum-inspire.eu>"]

0 commit comments

Comments
 (0)