-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Logout Functionality to the Application #458
Conversation
|
Now the logout is working fine without any leaks. |
I think the CI is failing due to the Polar plugin package. |
Yes please rebase with dev as polar has been commented out now |
Hi Yatharth, the Coroutines PR will have conflicts with both this PR and the OAuth PR. May I finalize this after the Coroutines PR is merged for both the Commons and PRMT? |
Yes sure, this is not required in the medium term. Thanks |
Closing this as it conflicts with the ktor-coroutines branch. The logout feature will be added to this pr. |
Added Logout Functionality to the Application
Implemented the feature to allow users to log out from the application.
Verified there are no memory leaks during the logout process, as demonstrated in the heap dump screenshot: