I am using a session manager which relies on a rep...
# compose
u
I am using a session manager which relies on a repo to store my user's login session. What is the best approach to handling instances whereby the user session expires ? should i place the logic to handle this in the composable, view model or navgraph and use a worker to check every minute and update the repo once expired ?