Is there a way to create a persistent/automatic log in for the ayon launcher?
I’m asking because with the current implementation, it seems that once in a while the api key expires and it leads to this prompt, which requires a re login:
When the network get IT problems and Ayon’s server is not reachable, the local Ayon launcher shows the login gui, and then it crashes.
If the session expirers (24 hours is the default, at least on my version). Good news, you can tweak the “server” section of the docker-compose.yml file (on Ayon’s server). For example if you want to extand to a week, add this (TTL = Time To Live) :
environment:
- “AYON_SESSION_TTL=604800”