After I login with socials (google) and I use this logout functionality with federated:“”, I got logout not only from my app using this but also from my google account in my browser which is super weird behavior. I want to fully logout but only from the app I’m using.
export default handleAuth({
logout: handleLogout({
logoutParams: {
federated: '',
},
returnTo: '/',
}),
});