diff --git a/openeo_fastapi/client/core.py b/openeo_fastapi/client/core.py index 7149a89..aeefe14 100644 --- a/openeo_fastapi/client/core.py +++ b/openeo_fastapi/client/core.py @@ -112,8 +112,8 @@ def get_credentials_oidc(self) -> CredentialsOidcGetResponse: DefaultClient( id="openeo-platform-default-client", redirect_urls=[ - "https://editor.openeo.cloud", - "https://editor.openeo.org", + "https://editor.openeo.cloud/", + "https://editor.openeo.org/", "http://localhost:1410/", ], grant_types=[ diff --git a/pyproject.toml b/pyproject.toml index 52c9f59..910e1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openeo-fastapi" -version = "2024.10.1" +version = "2024.11.1" description = "FastApi implementation conforming to the OpenEO Api specification." authors = ["Sean Hoyal "] readme = "README.md"