Closed type1fool closed 1 year ago
Instead of setting the token in JS SessionStorage, add a session controller which saves the token in a cookie.
This may eliminate the need for connected?(socket) checks.
connected?(socket)
Update the demo app to test & document usage.
Closing as duplicate of #42
Instead of setting the token in JS SessionStorage, add a session controller which saves the token in a cookie.
This may eliminate the need for
connected?(socket)
checks.Update the demo app to test & document usage.