I wonder if there is a way to automatically logout a user on WeWeb depending on something happening on Xano.
Right now, our auth token has a TTL of 24h, meaning users will be logged out every 24h anyway.
But, assuming we change the 'status' of a user from 'active' to 'inactive', how could we reflect that change immediately on our WeWeb app?
I was wondering if there could be some built-in mechanism on the Xano side that could invalidate an auth token that was generated previously. And thus, WeWeb would be immediately affected, without having to implement anything particular on WeWeb itself.