SquireCore icon indicating copy to clipboard operation
SquireCore copied to clipboard

[Dev]: Client Session Management Actor

Open TylerBloom opened this issue 2 years ago • 0 comments

Unmet Need:

The SquireClient should be able to track user session data, reauth as needed, login, etc without locking.

Solution:

This should be accomplished with an actor, similar to how tournament data is managed.

Challenges/Considerations:

This actor could be generalized to fully manage the HTTP client.

TylerBloom avatar Aug 24 '23 22:08 TylerBloom