Beekeepy: Add session holder class and session token handling
Compare changes
Files
14@@ -15,7 +15,6 @@ if TYPE_CHECKING:
@@ -40,12 +39,12 @@ class ServerSetupError(AsyncHttpServerError):
@@ -79,7 +78,7 @@ class AsyncHttpServer(ContextAsync[Self]): # type: ignore[misc]