I tried adding share_login_status: true, in the services → client_config of the anvil.yaml file, but that seemed to have no effect (it did not show the option in the IDE, and it did not allow sharing the login status between two applications that shared the same user table).
To be clear: I was trying this in two “new” applications before I started modifying the old (much more complex) application. So neither of the applications I am trying to get this to work in have that option in the IDE
What happens if you simply re-name the automatically created users table in the “new” app (to anything other than ‘Users’), then share the Users table from the old app with the new app using add an existing table under the +Add a Table:
That is the way I used to do it a few years ago, and I know the existing table feature of the new IDE is only a few months old, so maybe that is why the tick is missing
If it does not work, then I guess the tick is missing for a better reason