SquireCore
SquireCore copied to clipboard
[Dev]: Client Session Management Actor
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.