You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully implemented a WampSessionAuthenticator.
As i understand the Authentication Process only happens when the connection open.
What about if my token expires 10 minutes after the connection is opened?
Is there any way to check the token on every request?