diff --git a/backend/trip/requirements.txt b/backend/trip/requirements.txt index 9e1d31a..4e0b542 100644 --- a/backend/trip/requirements.txt +++ b/backend/trip/requirements.txt @@ -4,4 +4,5 @@ pydantic~=2.11 PyJWT~=2.10 argon2-cffi~=25.1 pydantic_settings~=2.9 -Pillow~=11.2 \ No newline at end of file +Pillow~=11.2 +authlib~=1.6 \ No newline at end of file diff --git a/docs/config.md b/docs/config.md index 006bfca..401d0d8 100644 --- a/docs/config.md +++ b/docs/config.md @@ -64,7 +64,7 @@ One way to check if you're concerned by this is simply doing the following and c $ docker run --rm -it ghcr.io/itskovacs/trip:1 /bin/bash $ python3 >>> import httpx ->>> resp = httpx.get("https://your-keycloak-host/") +>>> httpx.get("https://your-keycloak-host/") ``` In case you're facing this issue, it's likely due to the fact that the container does not trust you custom certificate.