Are there any utils I can use to clear out the better auth cache when I sign out?
If a sign in with user A, I see the active organization in the header (no problem).
If I sign out of user A and sign in with user B I will see the active organization for user A!
This should not be happening, how to efficiently clear/wipe/destroy cache programmatically?
Thanks