Hey guys. I think this is more a question than an issue.
I'm using the default feathers authentication configuration (local and jwt)
When the client logout, I want to clear its channels. The problem is that the logout event is triggered in at least in two different situations
when the user logout from the client (which is the normal case app.logout in the client)
when the user reload the page (but does not signout, only refresh its browser page)
These are two different cases and should not be handled the same way. The problem is from app.on('logout, cb), I can't see any difference between the 2, when I receive the event
Hey guys. I think this is more a question than an issue.
I'm using the default feathers authentication configuration (local and jwt) When the client logout, I want to clear its channels. The problem is that the logout event is triggered in at least in two different situations
These are two different cases and should not be handled the same way. The problem is from app.on('logout, cb), I can't see any difference between the 2, when I receive the event