hrauch
Results
2
issues of
hrauch
### Description I installed nicegui, pyinstaller and pywebview in a virtual environment with Python 3.12 and Windows 11. Trying your example on **https://nicegui.io/documentation/section_configuration_deployment** I get this error message: **C:\Program Files\Python312\python.exe:...
help wanted
I'm using keycloak and want to refresh my token after timeout (1 min). I've found this solution - I'm using two session variables 'user' and 'oidc_id_token': @app.before_request def before_request_func(): if...