Yet another question about hiding client python source code

An interesting thing I ran across while looking into passing control:

I was able to create an app that used the users table from another app, but logging into one did not seem to have me logged into the other one.

This suggests that there is a way to do single sign on

But I’m not sure anvil will actually let me do this without re-authenticating in the second app

Continuing to look, but I wanted this here in case it could help others, or help people understand what I want to do