Gregan
Gregan
I was about to open an issue for this, indeed with DISABLE_ANONYMOUS=true, you're redirected to the id provider to connect, but when you click on disconnect, you're redirected to WA...
Same here, crash when I lock the screen. Fairphone 4 with /e/fondation ROM. Great app otherwise!
Here is the good requirements.txt: ```txt flask==2.2.2 flask-sqlalchemy==3.0.2 Flask-Cors==3.0.10 flask-migrate==2.7.0 gunicorn==20.1.0 psycopg2-binary==2.8.6 Werkzeug==2.2.2 ```
Wasm build with the sokol backend which doesn't handle joystick. He's actually looking for a way to make it ;)
V2 version optimized: - Add these file at the root of this project: Dockerfile: ``` # BUILD FROM debian:bullseye AS build LABEL maintainer="Greg Lebreton " RUN apt-get update && apt-get...
Hi @fcecagno , could you share your OPID client and provider configuration (without sensitives datas of course) please?
Sorry for the late response @fcecagno , here is our config: ``` OPID_CLIENT_ID=workadventure OPID_CLIENT_SECRET= OPID_CLIENT_ISSUER=https://keycloak/auth/realms/your-realm/.well-known/openid-configuration OPID_CLIENT_REDIRECT_URL=https://pusher.workadventure.your-domain.fr/openid-callback OPID_PROFILE_SCREEN_PROVIDER=http://pusher.workadventure.your-domain.fr/login-screen DISABLE_ANONYMOUS=true OPID_USERNAME_CLAIM=preferred_username ``` It is a keycloak config and the timeout is handled...