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
In 062b590, I added authenticated session deregistration from the Client. I've manually verified things are working correctly currently, but unit tests should be written.
For local sessions, we might need to add APIs to query what sessions are authenticated. This could be a good public API to add to StorageConnection.
For client sessions, it can be tested today if you have a reference to the server by getting the ConnectedClient instance, and asking for the session by id after dropping the remaining authenticated client. However, if we go the route of adding a public API to enumerate authenticated sessions, we wouldn't need to special-case this unit test on a per-platform basis.
The text was updated successfully, but these errors were encountered:
In 062b590, I added authenticated session deregistration from the Client. I've manually verified things are working correctly currently, but unit tests should be written.
For local sessions, we might need to add APIs to query what sessions are authenticated. This could be a good public API to add to StorageConnection.
For client sessions, it can be tested today if you have a reference to the server by getting the ConnectedClient instance, and asking for the session by id after dropping the remaining authenticated client. However, if we go the route of adding a public API to enumerate authenticated sessions, we wouldn't need to special-case this unit test on a per-platform basis.
The text was updated successfully, but these errors were encountered: