Private App Data Security Prior to Authentication

I know that someone who has a Glide app open can theoretically get the non-protected data from the app’s tables. Does this also apply before a user has authenticated? (Private app, with only people in the users table permitted to login.)

My guess is that prior authentication, Glide apps don’t load data from tables, and that data won’t be accessible to someone with the right skills. I just want to be confident of this though.

Thanks!

I believe your assumption is correct.

2 Likes