I'm making an app where users can login and logout. I'm new using Koin and I would like to know which is the best way to manage login and logout using Koin. Should I use by viewModel()? Create scope before login and destroy it after logout? Any help is appreciated.