Adjust state of API call

It can just be an arbitrary string, as long as it is kept consistent I suppose.

Discovered during test of CURA-5784.
This commit is contained in:
Ghostkeeper 2018-11-01 15:50:18 +01:00
parent bd97aed1c7
commit 2852674499
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -120,7 +120,7 @@ class AuthorizationService:
"redirect_uri": self._settings.CALLBACK_URL,
"scope": self._settings.CLIENT_SCOPES,
"response_type": "code",
"state": "CuraDriveIsAwesome",
"state": "(.Y.)",
"code_challenge": challenge_code,
"code_challenge_method": "S512"
})